Skip to content
Snippets Groups Projects
Commit 3b1d4233 authored by Andy Summers's avatar Andy Summers
Browse files

Merge branch 'alumni-api' into 'master'

Add Customer Identifier Type for Alumni customers

See merge request !70
parents e2e1f3ac 7626972a
No related branches found
Tags 6.3.0
1 merge request!70Add Customer Identifier Type for Alumni customers
{ {
"name": "adi-ia/cbs-techstore-client-php", "name": "adi-ia/cbs-techstore-client-php",
"description": "A PHP client used to connect with the CBS API and perform requests", "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", "license": "Apache-2.0",
"homepage": "https://wiki.doit.wisc.edu/confluence/display/ADIIA/CBS", "homepage": "https://wiki.doit.wisc.edu/confluence/display/ADIIA/CBS",
"authors": [ "authors": [
......
...@@ -30,6 +30,9 @@ abstract class MagentoOrder ...@@ -30,6 +30,9 @@ abstract class MagentoOrder
/** @var string Type of identifier for SOAR Parent orders */ /** @var string Type of identifier for SOAR Parent orders */
const SOAR_PARENT_IDENTIFIER_TYPE = 'SoarParent'; 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 */ /** @var string Payment type for credit card orders */
const CREDIT_CARD_IDENTIFIER_TYPE = 'CREDIT CARD'; const CREDIT_CARD_IDENTIFIER_TYPE = 'CREDIT CARD';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment