Skip to content

Commit 2e43f0d

Browse files
committed
Incorrect argument type
1 parent 3830ad4 commit 2e43f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuilderAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct($merchant_id)
2323

2424
public static abstract function getPreviousOrders($customerID);
2525

26-
public static function integerPrice(int $price)
26+
public static function integerPrice($price)
2727
{
2828
return is_numeric($price)?
2929
intval(round(self::$centsPerWhole * (float) $price)):

0 commit comments

Comments
 (0)