wip
This commit is contained in:
@@ -60,6 +60,11 @@ class OnlinePaymentRepo
|
||||
]);
|
||||
});
|
||||
|
||||
return [
|
||||
'a' => $paymentResponse,
|
||||
'amount' => $this->getPrice($resource->priceAmount()),
|
||||
];
|
||||
|
||||
if ($paymentResponse->failed()) {
|
||||
return [
|
||||
'status' => 'failed',
|
||||
|
||||
Reference in New Issue
Block a user