mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-18 00:29:15 +02:00
fix 1 payment gateway
This commit is contained in:
parent
6e2e907d85
commit
36eb5ebd3b
1 changed files with 0 additions and 1 deletions
|
@ -301,7 +301,6 @@ switch ($action) {
|
||||||
$_POST['gateway'] = $pgs[0];
|
$_POST['gateway'] = $pgs[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
case 'buy':
|
case 'buy':
|
||||||
$gateway = _post('gateway');
|
$gateway = _post('gateway');
|
||||||
if (empty ($gateway) && !empty ($_SESSION['gateway'])) {
|
if (empty ($gateway) && !empty ($_SESSION['gateway'])) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue