We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d05656 commit df8fabaCopy full SHA for df8faba
1 file changed
upload_ce_phoenix/includes/modules/paylike.php
@@ -38,7 +38,7 @@
38
'test_mode'=>MODULE_PAYMENT_PAYLIKE_TRANSACTION_MODE,
39
'store_name'=>$_SESSION['PAYLIKE_TITLE']?:STORE_NAME,
40
'currency'=>$order->info['currency'],
41
- 'amount'=>number_format($order->info['total']*$order->info['currency_value'], 2, '.', '')*100,
+ 'amount'=>ceil(number_format($order->info['total']*$order->info['currency_value'], 2, '.', '')*100),
42
'exponent'=>get_paylike_currency($order->info['currency'])['exponent'],
43
'locale'=>key($current_lang),
44
'custom'=>[
0 commit comments