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->save();
|
||||
|
||||
//header('Location: '.$url);
|
||||
//exit;
|
||||
header('Location: '.$url);
|
||||
exit;
|
||||
}
|
||||
elseif ($action == 'delete')
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user