diff --git a/composer.json b/composer.json index ac7dd739384bad5042b698ff9873154c4edc92bb..1bcb7d0527e11b45d3adc0bd1333b9410ce29bd6 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "adi-ia/cbs-techstore-client-php", "description": "A PHP client used to connect with the CBS API and perform requests", - "version": "6.2.3", + "version": "6.3.0", "license": "Apache-2.0", "homepage": "https://wiki.doit.wisc.edu/confluence/display/ADIIA/CBS", "authors": [ diff --git a/src/main/edu/wisc/services/cbs/common/MagentoOrder.php b/src/main/edu/wisc/services/cbs/common/MagentoOrder.php index b6baf6e345cfa419e5bc7be3c15b31761254be8d..c17d29f80fab098811f195fbcfe270cb1bab98f4 100644 --- a/src/main/edu/wisc/services/cbs/common/MagentoOrder.php +++ b/src/main/edu/wisc/services/cbs/common/MagentoOrder.php @@ -30,6 +30,9 @@ abstract class MagentoOrder /** @var string Type of identifier for SOAR Parent orders */ const SOAR_PARENT_IDENTIFIER_TYPE = 'SoarParent'; + /** @var string Type of identifier for Alumni orders */ + const ALUMNI_IDENTIFIER_TYPE = 'Alumni'; + /** @var string Payment type for credit card orders */ const CREDIT_CARD_IDENTIFIER_TYPE = 'CREDIT CARD';