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