This commit is contained in:
2025-09-25 15:37:14 +05:00
parent d46b03abef
commit df70431042

View File

@@ -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'],
]; ];
} }