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