v3rm0n / client-banklink

IPizza and Nordea banklink emulation implemented in client side JS (only GET is supported)
2 stars 1 forks source link

Use POST with IPizza #5

Closed v3rm0n closed 12 years ago

v3rm0n commented 12 years ago

IPizza banks (all except Nordea) usually respond to the merchant with POST. Use GET only for Nordea.

v3rm0n commented 12 years ago

POST is now used by default. For testing purposes you can use request parameter USE_GET=Y when you want response to be sent with GET. In the future Nordea wil use GET always.