MyOnlineStore / omnipay-klarna-checkout

Klarna Checkout gateway for Omnipay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mattias-persson opened this issue · comments

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.

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