Skip to content

Commit

Permalink
Jumping cache in the call
Browse files Browse the repository at this point in the history
  • Loading branch information
moneimagento committed May 3, 2024
1 parent 65477d2 commit 9beffc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/GetPaymentMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
]
Expand Down

0 comments on commit 9beffc0

Please sign in to comment.