We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f3be41 + b663ff7 commit 635142aCopy full SHA for 635142a
Moyasar/Mysr/Helper/MoyasarHelper.php
@@ -160,7 +160,7 @@ public function orderAmountInSmallestCurrencyUnit($order)
160
161
public function amountSmallUnit($amount, $currency)
162
{
163
- return (int) $amount * (10 ** $this->currencyHelper->fractionDigits($currency));
+ return (int) ($amount * (10 ** $this->currencyHelper->fractionDigits($currency)));
164
}
165
166
/**
0 commit comments