|
@@ -74,6 +74,7 @@ class RefillPhone extends refill\IRefillThird
|
|
return [false, $products];
|
|
return [false, $products];
|
|
} else {
|
|
} else {
|
|
$match_products = [];
|
|
$match_products = [];
|
|
|
|
+ $amount = intval($amount);
|
|
foreach ($products as $product)
|
|
foreach ($products as $product)
|
|
{
|
|
{
|
|
$value = intval($product['value']);
|
|
$value = intval($product['value']);
|