Fix paymentmodes.php

This commit is contained in:
ptibogxiv 2018-03-08 10:03:36 +01:00 committed by GitHub
parent e2bd0198d1
commit 7774b49beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')
{