Skip to content

Commit

Permalink
added missing spain_country_id constant
Browse files Browse the repository at this point in the history
  • Loading branch information
duckchip committed Jan 12, 2019
1 parent 9286183 commit eab5472
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ abstract class AbstractCarrierOnline extends AbstractCarrier

const GUAM_REGION_CODE = 'GU';

const SPAIN_COUNTRY_ID = 'ES';

const CANARY_ISLANDS_COUNTRY_ID = 'IC';

const SANTA_CRUZ_DE_TENERIFE_REGION_ID = 'Santa Cruz de Tenerife';
Expand Down

0 comments on commit eab5472

Please sign in to comment.