Skip to content

Commit

Permalink
AD-278 Implement Support for Redirect Payment Methods and 3D Secure i…
Browse files Browse the repository at this point in the history
…n Spartacus Storefront - url fix
  • Loading branch information
pjaneta committed Aug 1, 2024
1 parent cf42685 commit df02d74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adyenocc/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ ext.adyenocc.extension.webmodule.webroot=/occ/v2

adyen.spartacus.baseurl=http://localhost:4200/

webroot.commercewebservices.http=http://localhost:9001/occ/v2/
webroot.commercewebservices.https=https://localhost:9002/occ/v2/
webroot.commercewebservices.http=http://localhost:9001/occ
webroot.commercewebservices.https=https://localhost:9002/occ
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public String getPaymentRedirectReturnUrl() {
String occBaseUrl = webServicesBaseUrlResolver.getOCCBaseUrl(true);
String baseSiteUid = baseSiteService.getCurrentBaseSite().getUid();

return occBaseUrl + baseSiteUid + "/adyen/redirect";
return occBaseUrl + "/v2/" + baseSiteUid + "/adyen/redirect";
}

@Override
Expand Down

0 comments on commit df02d74

Please sign in to comment.