solidusio / solidus_bolt

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Add PaymentSource to Spree::User #87

Closed Naokimi closed 2 years ago

Naokimi commented 2 years ago

Fixes https://github.com/nebulab/solidus_bolt/issues/78

The purpose of this PR is create a new relation between Bolt PaymentSource and Spree::User and sync the local data with that on Bolt. For that end in the checkout flow we'll make an API call to get the current user's details and update the payment sources before displaying the payment options.

DanielePalombo commented 2 years ago

This PR is still in draft and marked as WIP, but the issue is under the review column 🤔 .

Naokimi commented 2 years ago

sry, forgot to move it back