This commit is contained in:
2024-04-24 19:11:08 +05:00
parent a6335d61b3
commit a07500d68a

View File

@@ -60,6 +60,11 @@ class OnlinePaymentRepo
]);
});
return [
'a' => $paymentResponse,
'amount' => $this->getPrice($resource->priceAmount()),
];
if ($paymentResponse->failed()) {
return [
'status' => 'failed',