Skip to content

Commit

Permalink
AD-251 Develop Endpoint for Handling Redirection from External Paymen…
Browse files Browse the repository at this point in the history
…t Pages in OCC - PR fixes
  • Loading branch information
pjaneta committed May 27, 2024
1 parent fd80fce commit 0a8eda5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@Controller
@RequestMapping(value = ADYEN_CHECKOUT_API_PREFIX)
public class Adyen3DSResponseController extends RedirectControllerBase {
public class AdyenRedirectResponseController extends RedirectControllerBase {
private static final String SELECT_PAYMENT_METHOD_URL = ADYEN_CHECKOUT_PAGE_PREFIX + ADYEN_CHECKOUT_SELECT_PAYMENT;
private static final String ORDER_CONFIRMATION_URL = ADYEN_CHECKOUT_PAGE_PREFIX + ADYEN_CHECKOUT_ORDER_CONFIRMATION;

Expand Down

0 comments on commit 0a8eda5

Please sign in to comment.