More complete log
This commit is contained in:
parent
c7a4baf7c5
commit
bf2defbef4
@ -923,7 +923,7 @@ class Stripe extends CommonObject
|
|||||||
dol_syslog("* createPaymentStripe get stripeacc", LOG_DEBUG);
|
dol_syslog("* createPaymentStripe get stripeacc", LOG_DEBUG);
|
||||||
$stripeacc = $stripe->getStripeAccount($service); // Get Stripe OAuth connect account if it exists (no network access here)
|
$stripeacc = $stripe->getStripeAccount($service); // Get Stripe OAuth connect account if it exists (no network access here)
|
||||||
|
|
||||||
dol_syslog("* createPaymentStripe Create payment on card ".$stripecard->id.", amounttopay=".$amounttopay.", amountstripe=".$amountstripe.", FULLTAG=".$FULLTAG, LOG_DEBUG);
|
dol_syslog("* createPaymentStripe Create payment for customer ".$customer->id." on source card ".$stripecard->id.", amounttopay=".$amounttopay.", amountstripe=".$amountstripe.", FULLTAG=".$FULLTAG, LOG_DEBUG);
|
||||||
|
|
||||||
// Create payment intent and charge payment (confirmnow = true)
|
// Create payment intent and charge payment (confirmnow = true)
|
||||||
$paymentintent = $stripe->getPaymentIntent($amounttopay, $currency, $FULLTAG, $description, $invoice, $customer->id, $stripeacc, $servicestatus, 0, 'automatic', true, $stripecard->id, 1);
|
$paymentintent = $stripe->getPaymentIntent($amounttopay, $currency, $FULLTAG, $description, $invoice, $customer->id, $stripeacc, $servicestatus, 0, 'automatic', true, $stripecard->id, 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user