From 52d070f4e5353902e46ab7b08aada55b92a448c2 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 18 Nov 2025 00:13:08 +0500 Subject: [PATCH] wip --- .../OnlinePayment/Repositories/OnlinePaymentRepository.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Modules/OnlinePayment/Repositories/OnlinePaymentRepository.php b/app/Modules/OnlinePayment/Repositories/OnlinePaymentRepository.php index b8aab54..a51628f 100644 --- a/app/Modules/OnlinePayment/Repositories/OnlinePaymentRepository.php +++ b/app/Modules/OnlinePayment/Repositories/OnlinePaymentRepository.php @@ -217,6 +217,7 @@ class OnlinePaymentRepository 'errorUrl' => $this->provider->returnUrl(), 'username' => $this->provider->username(), 'paymentStatus' => self::PENDING, + 'apiClient' => $this->apiClient, ]; if ($this->relatedModel) {