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
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.js have 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:
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.js
have 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
The text was updated successfully, but these errors were encountered: