Skip to content

Correcting test data #10

@benlowry

Description

@benlowry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions