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