wip
This commit is contained in:
@@ -26,12 +26,10 @@ class OnlinePaymentRepo
|
||||
|
||||
/**
|
||||
* Set price
|
||||
*
|
||||
* @param int|float|string $price
|
||||
*/
|
||||
public function getPrice(int|float|string $price): string
|
||||
{
|
||||
return number_format($price, 2, "", "");
|
||||
return number_format($price, 2, '', '');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user