MyOnlineStore / omnipay-klarna-checkout

Klarna Checkout gateway for Omnipay
MIT License
13 stars 12 forks source link

The Checkout URL should not be the same as the Confirmation URL #53

Closed mattias-persson closed 6 years ago

mattias-persson commented 6 years ago

In the Merchant URLs array, the checkout- and confirmation-urls are currently given the same value (the returnUrl parameter). However, the Klarna documentation specifically states that these should differ.

I'll open a PR shortly that allows you to provide a specific confirmation URL.

Feijs commented 6 years ago

Resolved with #54, released in v3.0.4 Thanks for fixing @mattias-persson