Skip to content

Commit

Permalink
Add GB_VOEC deemed reseller category
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Aug 16, 2021
1 parent 7017d23 commit 02b7479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Model/Orders/OrderItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ public function getModelName()

const DEEMED_RESELLER_CATEGORY_IOSS = 'IOSS';
const DEEMED_RESELLER_CATEGORY_UOSS = 'UOSS';
const DEEMED_RESELLER_CATEGORY_GB_VOEC = 'GB_VOEC';



Expand All @@ -337,6 +338,7 @@ public function getDeemedResellerCategoryAllowableValues()
return [
self::DEEMED_RESELLER_CATEGORY_IOSS,
self::DEEMED_RESELLER_CATEGORY_UOSS,
self::DEEMED_RESELLER_CATEGORY_GB_VOEC,
];
}

Expand Down

0 comments on commit 02b7479

Please sign in to comment.