relationship_owner_address_country: 'DE',
relationship_owner_address_line1: 'First Street',
relationship_representative_address_country: 'DE',
relationship_representative_address_country: 'First Street',
company_address_country: 'DE',
company_address_country: 'First Street',
individual_address_country: 'DE',
individual_address_country: 'First Street',
Help is wanted on this and I am available to assist anyone working on this problem. Join the freenode IRC #dashboard chatroom for support. Web IRC client
The test data used to create objects in
*.test.jshave generally incorrect street information. Stripe has begun validating street addresses, this currently only affects US registrations but will likely affect EU addresses too.Fixing this can be done in about a minute in Visual Studio Code or other text editors.
How to fix this:
Fork this repository on Github
Do a multi-line search across files for any of the address formats eg:
Replace all instances across all files with the corrected value
Push changes to your fork on Github
Submit pull request