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