Skip to content

Commit

Permalink
#620: new value NG_VOEC
Browse files Browse the repository at this point in the history
  • Loading branch information
quazardous committed Jan 29, 2024
1 parent ebdc743 commit 0290449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Model/OrdersV0/OrderItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ class OrderItem extends BaseModel implements ModelInterface, ArrayAccess, \JsonS
const DEEMED_RESELLER_CATEGORY_KZ_VOEC = 'KZ_VOEC';
const DEEMED_RESELLER_CATEGORY_MY_VOEC = 'MY_VOEC';
const DEEMED_RESELLER_CATEGORY_NO_VOEC = 'NO_VOEC';
const DEEMED_RESELLER_CATEGORY_NG_VOEC = 'NG_VOEC';
const DEEMED_RESELLER_CATEGORY_NZ_VOEC = 'NZ_VOEC';
const DEEMED_RESELLER_CATEGORY_SG_VOEC = 'SG_VOEC';
const DEEMED_RESELLER_CATEGORY_CH_SUPPLIER_IMPORT = 'CH_SUPPLIER_IMPORT';
Expand All @@ -306,6 +307,7 @@ public function getDeemedResellerCategoryAllowableValues()
self::DEEMED_RESELLER_CATEGORY_KZ_VOEC,
self::DEEMED_RESELLER_CATEGORY_MY_VOEC,
self::DEEMED_RESELLER_CATEGORY_NO_VOEC,
self::DEEMED_RESELLER_CATEGORY_NG_VOEC,
self::DEEMED_RESELLER_CATEGORY_NZ_VOEC,
self::DEEMED_RESELLER_CATEGORY_SG_VOEC,
self::DEEMED_RESELLER_CATEGORY_CH_SUPPLIER_IMPORT,
Expand Down

0 comments on commit 0290449

Please sign in to comment.