Merge pull request #11824 from ptibogxiv/patch-253
FIX: dol_thirdparty_id for stripe PI
This commit is contained in:
commit
b4aa030dd3
@ -383,6 +383,7 @@ class Stripe extends CommonObject
|
||||
{
|
||||
$metadata['dol_type'] = $object->element;
|
||||
$metadata['dol_id'] = $object->id;
|
||||
if (is_object($object->thirdparty) && $object->thirdparty->id > 0) $metadata['dol_thirdparty_id'] = $object->thirdparty->id;
|
||||
}
|
||||
|
||||
$dataforintent = array(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user