phpstan add types
This commit is contained in:
@@ -192,7 +192,7 @@ class OnlinePaymentRepo
|
||||
'title' => __('Payment is successful'),
|
||||
'pnr' => $paymentHistory->orderNumber,
|
||||
'branch_name' => $bank_branch->name,
|
||||
'price_amount' => convertToOriginalFormat($paymentHistory->amount).' TMT',
|
||||
'price_amount' => \convertToOriginalFormat($paymentHistory->amount).' TMT',
|
||||
'return_url' => $returnURL,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user