Update stripe.class.php

This commit is contained in:
Laurent Destailleur 2018-08-12 18:34:28 +02:00 committed by GitHub
parent ba943bcbaa
commit 719c5c8e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -380,7 +380,7 @@ class Stripe extends CommonObject
"dol_type" => "" . $origin . "",
"dol_thirdparty_id" => "" . $societe->id . "",
"FULLTAG" => $description,
'Recipient' => $societe->name,
'dol_thirdparty_name' => $societe->name,
'dol_version'=>DOL_VERSION,
'dol_entity'=>$conf->entity,
'ipaddress'=>(empty($_SERVER['REMOTE_ADDR'])?'':$_SERVER['REMOTE_ADDR'])