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

Add more supported types #16

Open
JorgenStenshaugen opened this issue May 10, 2022 · 2 comments
Open

Add more supported types #16

JorgenStenshaugen opened this issue May 10, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@JorgenStenshaugen
Copy link
Contributor

When anonymizing Woocommerce I stumbled upon some missing types to use for the shipping/billing fields

Address types missing:
For _billing_city field in WC I'd need a one word string for the City. So a type addressCity would solve this.
For _billing_country expects a country code for example "NO" or "SV". A type addressCountryCode would solve this.

_billing_address_index is a little more tricky. It stores the whole billing address including the:

  • Firstname
  • Lastname
  • Billing address 1
  • Billing address 2
  • City
  • State
  • Postcode
  • Country code
  • Email
  • Phone number

I think it's stored as a string in the database with spaces between them.

@PeterBooker PeterBooker self-assigned this May 10, 2022
@dekode-kevin
Copy link
Contributor

We are also missing "social security number"

In norway this is a 12 number code with date month year and a random number. Example:
010122123456

@PeterBooker PeterBooker added enhancement New feature or request good first issue Good for newcomers labels Dec 6, 2022
@pdewouters
Copy link

A simple number type would be useful too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants