Skip to content

Incorrect LIQPAY_API_CHECKOUT_URL #14

@AndriiStefaniv

Description

@AndriiStefaniv

Overview

Looks like API was changed and now SDK points to wrong checkout URL.
Steps to reproduce:

  1. Generate an HTML-form with cnb_form method for valid P2P request.
  2. Open the HTML-form in a browser.
  3. Push "Pay".
  4. Result:
  • Expected result: a payment LiqPay page should be rendered. Example:
    Знімок екрана 2020-11-21 о 15 01 17
  • Actual result: an error page was rendered:
    Знімок екрана 2020-11-21 о 15 02 09

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions