Collect Stripe Full Billing address broken
-
As s2member team blocked me on github – a bug report here.
Stripe Options –> Should Stripe collect a full billing address?
If setting this to yes – or using collect_billing_address=”1″ there are two big bugs:
1. The country is not submitted to Stripe. Instead default_country_code=”XX” is transmitted. Or if no default_country_code configured – then US is transmitted. The country selected in the dropdown in the i-frame is simply ignored.2. similar to https://github.com/websharks/s2member/issues/221:
If collecting billing address – then the Stripe I-Frame is not prefilled. Meaning the user has to enter email address again (that could really create problems if different to email address in main pro-form registration) and also the needs to enter first name and last name again (this could be potentially useful if using the credit card of someone else – however then it should be the same way also if not collecting billing address).Seems just like the usual implementing another feature but never testing it. Also it would be nicer if the address info could be entered at the same time as the credit card in the i-frame instead of adding another step.
- The topic ‘Collect Stripe Full Billing address broken’ is closed to new replies.