This commit is contained in:
2025-11-18 00:13:08 +05:00
parent 209f3899b5
commit 52d070f4e5

View File

@@ -217,6 +217,7 @@ class OnlinePaymentRepository
'errorUrl' => $this->provider->returnUrl(),
'username' => $this->provider->username(),
'paymentStatus' => self::PENDING,
'apiClient' => $this->apiClient,
];
if ($this->relatedModel) {