Fix paymentmodes.php
This commit is contained in:
parent
e2bd0198d1
commit
7774b49beb
@ -345,8 +345,8 @@ if (class_exists('Stripe'))
|
|||||||
$cu->default_source = "$source"; // obtained with Stripe.js
|
$cu->default_source = "$source"; // obtained with Stripe.js
|
||||||
$cu->save();
|
$cu->save();
|
||||||
|
|
||||||
//header('Location: '.$url);
|
header('Location: '.$url);
|
||||||
//exit;
|
exit;
|
||||||
}
|
}
|
||||||
elseif ($action == 'delete')
|
elseif ($action == 'delete')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user