mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Log
This commit is contained in:
@@ -1011,7 +1011,9 @@ class Stripe extends CommonObject
|
||||
if ($num) {
|
||||
$obj = $this->db->fetch_object($resql);
|
||||
$cardref = $obj->stripe_card_ref;
|
||||
|
||||
dol_syslog(get_class($this)."::sepaStripe paymentmode=".$cardref);
|
||||
|
||||
if ($cardref) {
|
||||
try {
|
||||
if (empty($stripeacc)) { // If the Stripe connect account not set, we use common API usage
|
||||
|
||||
Reference in New Issue
Block a user