Skip to content

Commit

Permalink
Merge pull request #1386 from guardian/block-product-switching-in-chi…
Browse files Browse the repository at this point in the history
…na-and-qatar

Add China and Qatar to non-servicable countries
  • Loading branch information
david-pepper authored Sep 23, 2024
2 parents a85e912 + 04d38aa commit aaf0dec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/components/mma/shared/NonServiceableCountries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const nonServiceableCountries: string[] = [
'Cayman Islands',
'Chad',
'Chile',
'China',
'Christmas Island',
'Cocos (Keeling) Islands',
'Colombia',
Expand Down Expand Up @@ -121,6 +122,7 @@ export const nonServiceableCountries: string[] = [
'Philippines',
'Pitcairn',
'Puerto Rico',
'Qatar',
'Reunion',
'Rwanda',
'Saint Barthelemy',
Expand Down
2 changes: 1 addition & 1 deletion client/fixtures/productBuilder/productBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class ProductBuilder {
}

nonServiceableCountry() {
this.productToBuild.billingCountry = 'New Caledonia';
this.productToBuild.billingCountry = 'Qatar';
return this;
}

Expand Down

0 comments on commit aaf0dec

Please sign in to comment.