Skip to content

Commit

Permalink
change organization key
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip committed May 23, 2024
1 parent 8298db1 commit 819e40a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/account_billing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const selectors = {
post_town: "#billing_city",
county: "#billing_state",
postcode: "#billing_postcode",
organisation: "#billing_company",
organisation_name: "#billing_company",
country: "#billing_country",
};

Expand Down
2 changes: 1 addition & 1 deletion lib/account_shipping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const selectors = {
post_town: "#shipping_city",
county: "#shipping_state",
postcode: "#shipping_postcode",
organisation: "#shipping_company",
organisation_name: "#shipping_company",
country: "#shipping_country",
};

Expand Down
8 changes: 4 additions & 4 deletions lib/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const orderBilling = {
post_town: "#_billing_city",
county: "#_billing_state",
postcode: "#_billing_postcode",
organisation: "#_billing_company",
organisation_name: "#_billing_company",
country: "#_billing_country",
};

Expand All @@ -20,7 +20,7 @@ const orderShipping = {
post_town: "#_shipping_city",
county: "#_shipping_state",
postcode: "#_shipping_postcode",
organisation: "#_shipping_company",
organisation_name: "#_shipping_company",
country: "#_shipping_country",
};

Expand All @@ -31,7 +31,7 @@ const userBilling = {
post_town: "#billing_city",
county: "#billing_state",
postcode: "#billing_postcode",
organisation: "#billing_company",
organisation_name: "#billing_company",
country: "#billing_country",
};

Expand All @@ -41,7 +41,7 @@ const userShipping = {
post_town: "#shipping_city",
county: "#shipping_state",
postcode: "#shipping_postcode",
organisation: "#shipping_company",
organisation_name: "#shipping_company",
country: "#shipping_country",
};

Expand Down
2 changes: 1 addition & 1 deletion lib/checkout_billing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const selectors = {
post_town: "#billing_city",
county: "#billing_state",
postcode: "#billing_postcode",
organisation: "#billing_company",
organisation_name: "#billing_company",
country: "#billing_country",
};

Expand Down
2 changes: 1 addition & 1 deletion lib/checkout_blocks_billing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const selectors = {
post_town: "#billing-city",
county: "#billing-state",
postcode: "#billing-postcode",
organisation: "#billing-company",
organisation_name: "#billing-company",
country: "#billing-country input",
};

Expand Down
2 changes: 1 addition & 1 deletion lib/checkout_blocks_shipping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const selectors = {
post_town: "#shipping-city",
county: "#shipping-state",
postcode: "#shipping-postcode",
organisation: "#shipping-company",
organisation_name: "#shipping-company",
country: "#shipping-country input",
};

Expand Down
2 changes: 1 addition & 1 deletion lib/checkout_shipping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const selectors = {
post_town: "#shipping_city",
county: "#shipping_state",
postcode: "#shipping_postcode",
organisation: "#shipping_company",
organisation_name: "#shipping_company",
country: "#shipping_country",
};

Expand Down

0 comments on commit 819e40a

Please sign in to comment.