I am using the Stripe payment gateway on EE3. I would like to do an address verification/email confirmation through Stripe, but it looks like EE3 does not pass the address or email address entered on the payment screen. Is there an easy way to modify one of the Stripe files to pass this information along? If so, could you point me to the file and the location within the file that I would need to modify?
I passed the arguments into the function in both pages based on the information contained in that post, but then when a payment was submitted it wouldn’t complete. It would just return a white blank screen. Is there a third place where the modification needs to be made to allow the function to accept more fields?
Here is what WP_Debug displayed, I believe the third paragraph is the one that needs to be resolved:
Notice: Use of undefined constant WPLANG – assumed ‘WPLANG’ in /mnt/stor2-wc2-dfw1/441782/www.sanantonioiia.org/web/content/events/wp-content/plugins/event-espresso/espresso.php on line 285
Notice: Use of undefined constant WPLANG – assumed ‘WPLANG’ in /mnt/stor2-wc2-dfw1/441782/www.sanantonioiia.org/web/content/events/wp-content/plugins/event-espresso/espresso.php on line 308
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘)’ in /mnt/stor2-wc2-dfw1/441782/www.sanantonioiia.org/web/content/events/wp-content/plugins/event-espresso/gateways/stripe/stripe.class.php on line 39
Nevermind, I was able to figure it out using the WP_Debug output. I was missing a comma after one of the arguments sent to Stripe. Thanks for your help!
Viewing 5 reply threads
The support post ‘EE3 – Stripe Gateway Address’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.