'source'=>$stripeToken// source can be a token OR array('object'=>'card', 'exp_month'=>xx, 'exp_year'=>xxxx, 'number'=>xxxxxxx, 'cvc'=>xxx, 'name'=>'Cardholder's full name', zip ?)
'statement_descriptor'=>dol_trunc(dol_trunc(dol_string_unaccent($mysoc->name),6,'right','UTF-8',1).' '.$FULLTAG,22,'right','UTF-8',1)// 22 chars that appears on bank receipt
));
));
}catch(\Stripe\Error\Card$e){
}catch(\Stripe\Error\Card$e){
// Since it's a decline, \Stripe\Error\Card will be caught
// Since it's a decline, \Stripe\Error\Card will be caught
...
@@ -330,12 +340,6 @@ if (empty($conf->global->STRIPE_LIVE))
...
@@ -330,12 +340,6 @@ if (empty($conf->global->STRIPE_LIVE))