Add log
This commit is contained in:
parent
1ea1dd9c33
commit
3571b868fe
@ -466,6 +466,9 @@ class Stripe extends CommonObject
|
||||
if (!empty($key)) { // If the Stripe connect account not set, we use common API usage
|
||||
$arrayofoptions["stripe_account"] = $key;
|
||||
}
|
||||
|
||||
dol_syslog("dataforintent to create paymentintent = ".var_export($dataforintent, true));
|
||||
|
||||
$paymentintent = \Stripe\PaymentIntent::create($dataforintent, $arrayofoptions);
|
||||
|
||||
// Store the payment intent
|
||||
|
||||
Loading…
Reference in New Issue
Block a user