Checkout Urls - How to remove order id from it
Drupal 7:
I am implementing a payment module to connect with a greek bank redirect system.
The problem aroused is that the specifications of the bank system do not support- for the referrer url - variable parts -the order id in our case.
Is there a way to specify a permanent url for the checkout form such as checkout/payment -instead of checkout/[ID]/payment?
Thanks all in advance
Comments
I finally found a workaround solution by redirecting the page to another "acceptable" url.
Thanks for the help!