This commit is contained in:
2024-04-24 19:12:27 +05:00
parent a07500d68a
commit 178eb94dfd

View File

@@ -61,7 +61,7 @@ class OnlinePaymentRepo
});
return [
'a' => $paymentResponse,
'a' => $paymentResponse->body(),
'amount' => $this->getPrice($resource->priceAmount()),
];