Skip to content

Fix currency submitted on the form

jitendra requested to merge jitendra/mjwshared:currencyfix into master

Fix the value set to currency when the processor on the form is not pre-selected.

To replicate -

  • Add a contribution page with currency = NZD

  • Enable paylater and stripe processor on the contribution page.

  • Open online contribution page -> select pay later and then select stripe processor to submit the payment.

  • The currency submitted to the stripe is the default USD instead of the NZD enabled on the form.

Merge request reports