Update stripe.class.php

This commit is contained in:
ptibogxiv 2019-09-05 11:11:48 +02:00 committed by GitHub
parent 7d5877b8b1
commit 9601f846ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -383,6 +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;
} }
$dataforintent = array( $dataforintent = array(