Update stripe.class.php
This commit is contained in:
parent
9601f846ce
commit
a168c989f8
@ -383,7 +383,7 @@ class Stripe extends CommonObject
|
|||||||
{
|
{
|
||||||
$metadata['dol_type'] = $object->element;
|
$metadata['dol_type'] = $object->element;
|
||||||
$metadata['dol_id'] = $object->id;
|
$metadata['dol_id'] = $object->id;
|
||||||
if (isset($object->thirdparty->id)) $metadata['dol_thirdparty_id'] = $object->thirdparty->id;
|
if (is_object($object->thirdparty) && $object->thirdparty->id > 0) $metadata['dol_thirdparty_id'] = $object->thirdparty->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
$dataforintent = array(
|
$dataforintent = array(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user