Merge branch 'fix-forApp'
This commit is contained in:
commit
986645f92a
@ -428,7 +428,7 @@ class Paybox extends PaymentModule
|
||||
parent::validateOrder((int)$id_cart, (int)$id_order_state, (float)$amount_paid, $payment_method, $message, $transaction, $currency_special, $dont_touch_amount, $secure_key);
|
||||
}
|
||||
|
||||
if(!empty($values) && isset($values['i'])) {
|
||||
if(!empty($values) && isset($values['i']) && !empty($values['i'])) {
|
||||
if (!class_exists('Fraud')) {
|
||||
include_once _MODULE_DIR_.'fraud/fraud.php';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user