-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Overview
Looks like API was changed and now SDK points to wrong checkout URL.
Steps to reproduce:
- Generate an HTML-form with cnb_form method for valid P2P request.
- Open the HTML-form in a browser.
- Push "Pay".
- Result:
- Expected result: a payment LiqPay page should be rendered. Example:

- Actual result: an error page was rendered:

A cause is the invalid checkout URL:
String LIQPAY_API_CHECKOUT_URL = "https://www.liqpay.ua/api/3/checkout";but that should be:
String LIQPAY_API_CHECKOUT_URL = "https://www.liqpay.ua/api/checkout";Metadata
Metadata
Assignees
Labels
No labels