• MasterJuan

    (@masterjuan)


    Hello,

    With method GET, the returning URL has a lot of parameters which I don’t want to being seen by the end-user.
    So, I contacted with the Bank and they enabled POST method and told me to pass into parameters section of the Ticketing the information that I want to pass to the returning url.

    So, into $ticketRequest = array(‘Parameters’ => ‘ ‘
    );

    I want to pass this -> /4081/?key=wc_order_582b325fa27e2
    or even better to redirect to native Woocommerce url and not just to /checkout/order-received/ url!

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mpbm23

    (@mpbm23)

    The plugin does not work with POST response.
    You must customize the plugin if you want POST

    Thread Starter MasterJuan

    (@masterjuan)

    Hello, I have already customized it in order to accept 2nd PosID in order to support different language.

    Also, I have notice that one of the function used, it’s deprecated by Woocommerce 2.6+
    That doesn’t mean, that the plugin doesn’t work, as is!

    Your plugin works for the basic funtionality of Piraeus system even for POST mode, I have passed all the Case Tests. I would like to extend it though in order to pass parameters to Success url.

    Do you have it as a project to GitHub? I would like to contribute it!

    Regards

    Plugin Author mpbm23

    (@mpbm23)

    You can find the repo on https://github.com/ellak-monades-aristeias/Woocommerce-Payment-Gateways-Greek-Banks

    This function is used because Piraeus bank requires a static page where the requests come from.
    Using the newest function creates dynamic pages.

    • This reply was modified 8 years ago by mpbm23.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I pass parameters to the Ticketing system?’ is closed to new replies.