Hello I have a question about solidus_stripe about the customers. In our case, because we migrate from another payment provider, ou customers from the previous payment provider (and their saved payment cards) will be imported in Stripe before launch. So we would be in a case not cover by the
current code where the SolidusStripe::Customer instance does not exist but it’s couterpart in Stripe does. With the current code, we always create the Stripe customer (L.18). Should we not try to search in Stripe for a customer with the given email before creating the Stripe customer ? That would be a question for
@elia I guess 😄