You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when a user checks out and adds a new card the name they entire is ignored in favor of the name on the order billing address. Seems like this line should be using the name from the card and not the address, right?
solidus_stripe/app/models/solidus_stripe/create_intents_payment_service.rb
Line 64 in b9c0b8a
Currently when a user checks out and adds a new card the name they entire is ignored in favor of the name on the order billing address. Seems like this line should be using the name from the card and not the address, right?