wip
This commit is contained in:
@@ -60,7 +60,7 @@ trait HandlesVisaMasterPayments
|
||||
'paymentStatus' => OnlinePaymentRepo::PAID,
|
||||
'cardholderName' => $cardholderName,
|
||||
'pan' => $cardPan,
|
||||
'api_response' => $response->body(),
|
||||
'api_response' => $response->json(),
|
||||
]);
|
||||
|
||||
return static::successfulPaymentResponse($paymentHistory, $bank_branch, $resource, $returnURL);
|
||||
|
||||
Reference in New Issue
Block a user