degica / spree_komoju

Spree extension for using the Komoju Payments API.
https://komoju.com/
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

Payment information is being reset #62

Closed rramsden closed 7 years ago

rramsden commented 7 years ago

Sometimes a customer will get to the last checkout page then will go back to change their address. When this happens the payment information is reset.

I believe the bug was introduced with this change https://github.com/komoju/spree_komoju/pull/46

rramsden commented 7 years ago

I tried to re-produce this yesterday. It won't affect customers that have their credit card registered to their spree account (second time customers). However, first-time customers that enter card details when they navigate back the payment page will reset and select Konbini as the default option.

In this case it might be better to not "auto-select" a Konbini. We might consider reverting this change: https://github.com/komoju/spree_komoju/pull/46