Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correcting test data #10

Open
benlowry opened this issue Dec 21, 2019 · 0 comments
Open

Correcting test data #10

benlowry opened this issue Dec 21, 2019 · 0 comments

Comments

@benlowry
Copy link
Member

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:

  1. Fork this repository on Github

  2. Do a multi-line search across files for any of the address formats eg:

     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',
    
  3. Replace all instances across all files with the corrected value

  4. Push changes to your fork on Github

  5. Submit pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant