wip
This commit is contained in:
@@ -403,6 +403,6 @@ function createHalkbankOrder($price = 123): array
|
||||
return [
|
||||
'status' => 'success',
|
||||
'url' => $paymentResponse['formUrl'],
|
||||
'orderId' => 'orderId'
|
||||
'orderId' => $paymentResponse['orderId'],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user