wip
This commit is contained in:
@@ -89,7 +89,7 @@ class MakePaymentNovaVisaMaster extends Action
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$total_amount = floatval(number_format($payment_amount, 2, '.', '')) + 23;
|
$total_amount = floatval(number_format($payment_amount, 2, '.', '')) + 115;
|
||||||
|
|
||||||
$payment = $this->order($resource, $total_amount);
|
$payment = $this->order($resource, $total_amount);
|
||||||
|
|
||||||
@@ -173,7 +173,7 @@ class MakePaymentNovaVisaMaster extends Action
|
|||||||
|
|
||||||
if ($payment_amount) {
|
if ($payment_amount) {
|
||||||
$field->setValue(
|
$field->setValue(
|
||||||
floatval(number_format($payment_amount, 2, '.', '')) + 23
|
floatval(number_format($payment_amount, 2, '.', '')) + 115
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
$field->setValue('');
|
$field->setValue('');
|
||||||
|
|||||||
Reference in New Issue
Block a user