Add doc
This commit is contained in:
parent
1a27480927
commit
1ea1dd9c33
@ -397,6 +397,7 @@ class Stripe extends CommonObject
|
|||||||
|
|
||||||
if (empty($paymentintent))
|
if (empty($paymentintent))
|
||||||
{
|
{
|
||||||
|
// Try to create intent. See https://stripe.com/docs/api/payment_intents/create
|
||||||
$ipaddress = getUserRemoteIP();
|
$ipaddress = getUserRemoteIP();
|
||||||
$metadata = array('dol_version'=>DOL_VERSION, 'dol_entity'=>$conf->entity, 'ipaddress'=>$ipaddress);
|
$metadata = array('dol_version'=>DOL_VERSION, 'dol_entity'=>$conf->entity, 'ipaddress'=>$ipaddress);
|
||||||
if (is_object($object))
|
if (is_object($object))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user