diff --git a/Service/GetPaymentMethods.php b/Service/GetPaymentMethods.php index c5b4045..9180842 100644 --- a/Service/GetPaymentMethods.php +++ b/Service/GetPaymentMethods.php @@ -37,7 +37,7 @@ public function execute(): array $this->logger->debug(''); $response = $client->get( - self::METHOD . '?accountId=' . $accountId.'&asas1axda12as', + self::METHOD . '?accountId=' . $accountId . '&' . time(), [ 'headers' => $this->getHeaders(), ]