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.
1 parent 3830ad4 commit 2e43f0dCopy full SHA for 2e43f0d
src/BuilderAbstract.php
@@ -23,7 +23,7 @@ public function __construct($merchant_id)
23
24
public static abstract function getPreviousOrders($customerID);
25
26
- public static function integerPrice(int $price)
+ public static function integerPrice($price)
27
{
28
return is_numeric($price)?
29
intval(round(self::$centsPerWhole * (float) $price)):
0 commit comments