concretecms-community-store / community_store_stripe_elements

Stripe Checkout payment add-on for Community Store for Concrete CMS
MIT License
1 stars 0 forks source link

Order attributes not saved #1

Open danklassen opened 1 year ago

danklassen commented 1 year ago

I'm not sure if it's me, but when using this transaction provider it appears the order attributes are lost. When using either the Invoice method or stripe checkout method they are carried over, but using stripe elements after completing the transaction (at least in test mode)

Mesuva commented 1 year ago

I think you might be right. Do you mean just the additional order attributes, or all attributes? (so address, name, etc) I've discovered the same issue with the Sumup payment method, and it's because the different way the integration works it has to skip submitting the checkout form.

I have it on my list to re-work the checkout a bit in terms of order attributes so they get saved in the session beforehand. I also would like to update this particular payment method, since it's lacking things like Apple and Google Pay.