wip
This commit is contained in:
@@ -46,8 +46,8 @@ class OnlinePaymentController extends Controller
|
||||
$response = Http::asForm()->post('https://mpi.gov.tm/payment/rest/getOrderStatus.do', [
|
||||
'language' => 'ru',
|
||||
'orderId' => $request->orderId,
|
||||
'userName' => $resource->branch->billing_username,
|
||||
'password' => $resource->branch->billing_password,
|
||||
'userName' => $resource->branch->billing_visa_master_username,
|
||||
'password' => $resource->branch->billing_visa_master_password,
|
||||
]);
|
||||
|
||||
$payment_status = $response['ErrorCode'] == '0';
|
||||
|
||||
Reference in New Issue
Block a user