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
The flow is very simple user enters billing address, chooses shipping option and if all then is allowed to go to payment provider. The payment provider is custom and I have implemented initiate payment and update payment.
When selecting payment provider both initiate and update payment are missing billing address in the context even though I can see billing address and billing address id in cart.
Custom payment provider doesnt get billing address in the context in initiate and update functions
Hi @kocendavid, when you Initialize a payment session in your storefront, you can pass billing_address in the context field of the payload. We don't automatically populate the field.
Bug report
Describe the bug
The flow is very simple user enters billing address, chooses shipping option and if all then is allowed to go to payment provider. The payment provider is custom and I have implemented initiate payment and update payment.
When selecting payment provider both initiate and update payment are missing billing address in the context even though I can see billing address and billing address id in cart.
Custom payment provider doesnt get billing address in the context in initiate and update functions
System information
Node.js version: 20x
Database:
Operating system: win/mac
Expected behavior
Custom payment provider gets passed billing address everytime its present in cart
The text was updated successfully, but these errors were encountered: