mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Add logging for payment intents
This commit is contained in:
parent
f5af59e5ca
commit
9fbe81302e
@ -118,6 +118,9 @@ class PaymentIntentWebhook implements ShouldQueue
|
|||||||
if(!$payment_hash)
|
if(!$payment_hash)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
nlog("payment intent");
|
||||||
|
nlog($this->stripe_request);
|
||||||
|
|
||||||
if(optional($this->stripe_request['object']['charges']['data'][0]['metadata']['payment_hash']) && in_array('card', $this->stripe_request['object']['allowed_source_types']))
|
if(optional($this->stripe_request['object']['charges']['data'][0]['metadata']['payment_hash']) && in_array('card', $this->stripe_request['object']['allowed_source_types']))
|
||||||
{
|
{
|
||||||
nlog("hash found");
|
nlog("hash found");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user