• Resolved wweihe

    (@wweihe)


    Hi, I’m testing with bankart test cards and after entering cards data and confirming I’m stuck on blank page https://mydomain.com/wc-api/bankart_callback

    In logs I get:
    05-03-2018 @ 12:57:39 – POST-ing to Bankart: responseURL=https://pomagajmi.si/wc-api/bankart_callback, amt=48.77, action=4, trackid=748 …
    05-03-2018 @ 12:58:02 – Received POST request from gateway:
    05-03-2018 @ 12:58:02 – payment_id is missing, exiting.

    Any help is appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author geca

    (@geca)

    Hi,

    don’t have any test cards available at the moment to do the troubleshooting myself. Here’s a quick idea though – go inside “index.php”, find “request_hpp_url” function.

    Replace

    $response_url  = str_replace('https:', 'http:', home_url('/wc-api/' . $this->id . '_callback'));
    

    with

    $response_url = "https://pomagajmi.si/wc-api/bankart_callback"; (note the https).

    Let me know if it helps.

    Plugin Author geca

    (@geca)

    This should be fixed as of now. Feel free to open a new ticket if the problem persists.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stuck on bankart_callback’ is closed to new replies.