Skip to content

Commit e5d2c98

Browse files
authored
Merge pull request #313 from ashtru/master
**Api Updates June 2018** - Network Token - isPaymentToken (true/false) field added to response of Customer Profile APIs - Can create customer profiles and subscriptions with tokenized payment methods. - Guest Profiles - profileType (regular/guest) functionality included
2 parents 482d51e + c5db0bc commit e5d2c98

File tree

102 files changed

+382
-298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+382
-298
lines changed

lib/net/authorize/api/contract/v1/ANetApiRequestType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Class representing ANetApiRequestType
77
*
8-
*
8+
*
99
* XSD Type: ANetApiRequest
1010
*/
1111
class ANetApiRequestType

lib/net/authorize/api/contract/v1/ANetApiResponseType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Class representing ANetApiResponseType
77
*
8-
*
8+
*
99
* XSD Type: ANetApiResponse
1010
*/
1111
class ANetApiResponseType

lib/net/authorize/api/contract/v1/ARBGetSubscriptionListSortingType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Class representing ARBGetSubscriptionListSortingType
77
*
8-
*
8+
*
99
* XSD Type: ARBGetSubscriptionListSorting
1010
*/
1111
class ARBGetSubscriptionListSortingType

lib/net/authorize/api/contract/v1/ARBSubscriptionMaskedType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Class representing ARBSubscriptionMaskedType
77
*
8-
*
8+
*
99
* XSD Type: ARBSubscriptionMaskedType
1010
*/
1111
class ARBSubscriptionMaskedType

lib/net/authorize/api/contract/v1/ARBSubscriptionType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Class representing ARBSubscriptionType
77
*
8-
*
8+
*
99
* XSD Type: ARBSubscriptionType
1010
*/
1111
class ARBSubscriptionType

lib/net/authorize/api/contract/v1/ArbTransactionType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Class representing ArbTransactionType
77
*
8-
*
8+
*
99
* XSD Type: arbTransaction
1010
*/
1111
class ArbTransactionType

lib/net/authorize/api/contract/v1/ArrayOfSettingType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Class representing ArrayOfSettingType
77
*
8-
*
8+
*
99
* XSD Type: ArrayOfSetting
1010
*/
1111
class ArrayOfSettingType

lib/net/authorize/api/contract/v1/AuDeleteType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Class representing AuDeleteType
77
*
8-
*
8+
*
99
* XSD Type: auDeleteType
1010
*/
1111
class AuDeleteType extends AuDetailsType

lib/net/authorize/api/contract/v1/AuDetailsType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Class representing AuDetailsType
77
*
8-
*
8+
*
99
* XSD Type: auDetailsType
1010
*/
1111
class AuDetailsType

lib/net/authorize/api/contract/v1/AuResponseType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Class representing AuResponseType
77
*
8-
*
8+
*
99
* XSD Type: auResponseType
1010
*/
1111
class AuResponseType

0 commit comments

Comments
 (0)