Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
This commit is contained in:
commit
76fb64e8fe
@ -431,7 +431,7 @@ class Stripe extends CommonObject
|
|||||||
if ($off_session)
|
if ($off_session)
|
||||||
{
|
{
|
||||||
unset($dataforintent['setup_future_usage']);
|
unset($dataforintent['setup_future_usage']);
|
||||||
$dataforintent["off_session"] = true;
|
$dataforintent["setup_future_usage"] = "off_session";
|
||||||
}
|
}
|
||||||
if (!is_null($payment_method))
|
if (!is_null($payment_method))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user