Skip to content

Commit

Permalink
Log
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 13, 2024
1 parent 3c10ef7 commit a3bea77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/stripe/class/stripe.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,9 @@ public function sepaStripe($cu, CompanyPaymentMode $object, $stripeacc = '', $st
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
Expand Down

0 comments on commit a3bea77

Please sign in to comment.