Skip to content

Commit 0494579

Browse files
[recurring] Automated update from Adyen/adyen-openapi@55ee5ca
1 parent ff89742 commit 0494579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adyen/Service/RecurringApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(Client $client)
3636
parent::__construct($client);
3737

3838
// Create the baseUrl based on live/test and optional live-url-prefix
39-
$this->baseURL = $this->createBaseUrl("https://paltokenization-test.adyen.com/pal/servlet/Recurring/v68");
39+
$this->baseURL = $this->createBaseUrl("https://paltokenization-test.adyen.com/paltokenization/servlet/Recurring/v68");
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)