Skip to content

Commit 9a9b068

Browse files
authored
Merge pull request #76 from snavinch/master
+ April 2021 SDK Release
2 parents 9317488 + b983fa0 commit 9a9b068

File tree

85 files changed

+570
-347
lines changed

Some content is hidden

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

85 files changed

+570
-347
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ override the new secure-http default setting)*.
3131
{
3232
"require": {
3333
"php": ">=5.6",
34-
"cybersource/rest-client-php": "0.0.21"
34+
"cybersource/rest-client-php": "0.0.22"
3535
}
3636
}
3737
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cybersource/rest-client-php",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "Client SDK for CyberSource REST APIs",
55
"keywords": [
66
"cybersource", "payments", "ecommerce", "merchant", "merchants", "authorize", "visa", "payment", "payment-gateway", "payment-integration", "payment-module", "payment-processing", "payment-service", "payment-methods"

docs/Api/CustomerPaymentInstrumentApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ No authorization required
105105
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
106106

107107
# **getCustomerPaymentInstrumentsList**
108-
> \CyberSource\Model\PaymentInstrumentListForCustomer getCustomerPaymentInstrumentsList($customerTokenId, $profileId, $offset, $limit)
108+
> \CyberSource\Model\PaymentInstrumentList getCustomerPaymentInstrumentsList($customerTokenId, $profileId, $offset, $limit)
109109
110110
List Payment Instruments for a Customer
111111

@@ -140,7 +140,7 @@ Name | Type | Description | Notes
140140

141141
### Return type
142142

143-
[**\CyberSource\Model\PaymentInstrumentListForCustomer**](../Model/PaymentInstrumentListForCustomer.md)
143+
[**\CyberSource\Model\PaymentInstrumentList**](../Model/PaymentInstrumentList.md)
144144

145145
### Authorization
146146

docs/Api/InstrumentIdentifierApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ No authorization required
102102
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
103103

104104
# **getInstrumentIdentifierPaymentInstrumentsList**
105-
> \CyberSource\Model\PaymentInstrumentListForCustomer getInstrumentIdentifierPaymentInstrumentsList($instrumentIdentifierTokenId, $profileId, $offset, $limit)
105+
> \CyberSource\Model\PaymentInstrumentList getInstrumentIdentifierPaymentInstrumentsList($instrumentIdentifierTokenId, $profileId, $offset, $limit)
106106
107107
List Payment Instruments for an Instrument Identifier
108108

@@ -137,7 +137,7 @@ Name | Type | Description | Notes
137137

138138
### Return type
139139

140-
[**\CyberSource\Model\PaymentInstrumentListForCustomer**](../Model/PaymentInstrumentListForCustomer.md)
140+
[**\CyberSource\Model\PaymentInstrumentList**](../Model/PaymentInstrumentList.md)
141141

142142
### Authorization
143143

docs/Model/PaymentInstrumentListForCustomer.md renamed to docs/Model/PaymentInstrumentList.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# PaymentInstrumentListForCustomer
1+
# PaymentInstrumentList
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**links** | [**\CyberSource\Model\PaymentInstrumentListForCustomerLinks**](PaymentInstrumentListForCustomerLinks.md) | | [optional]
6+
**links** | [**\CyberSource\Model\PaymentInstrumentListLinks**](PaymentInstrumentListLinks.md) | | [optional]
77
**offset** | **int** | The offset parameter supplied in the request. | [optional]
88
**limit** | **int** | The limit parameter supplied in the request. | [optional]
99
**count** | **int** | The number of Payment Instruments returned in the array. | [optional]
1010
**total** | **int** | The total number of Payment Instruments associated with the Customer or Instrument Identifier. | [optional]
11-
**embedded** | [**\CyberSource\Model\PaymentInstrumentListForCustomerEmbedded**](PaymentInstrumentListForCustomerEmbedded.md) | | [optional]
11+
**embedded** | [**\CyberSource\Model\PaymentInstrumentListEmbedded**](PaymentInstrumentListEmbedded.md) | | [optional]
1212

1313
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1414

docs/Model/PaymentInstrumentListForCustomerEmbedded.md renamed to docs/Model/PaymentInstrumentListEmbedded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PaymentInstrumentListForCustomerEmbedded
1+
# PaymentInstrumentListEmbedded
22

33
## Properties
44
Name | Type | Description | Notes

docs/Model/PaymentInstrumentListForCustomerLinks.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# PaymentInstrumentListLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**self** | [**\CyberSource\Model\PaymentInstrumentListLinksSelf**](PaymentInstrumentListLinksSelf.md) | | [optional]
7+
**first** | [**\CyberSource\Model\PaymentInstrumentListLinksFirst**](PaymentInstrumentListLinksFirst.md) | | [optional]
8+
**prev** | [**\CyberSource\Model\PaymentInstrumentListLinksPrev**](PaymentInstrumentListLinksPrev.md) | | [optional]
9+
**next** | [**\CyberSource\Model\PaymentInstrumentListLinksNext**](PaymentInstrumentListLinksNext.md) | | [optional]
10+
**last** | [**\CyberSource\Model\PaymentInstrumentListLinksLast**](PaymentInstrumentListLinksLast.md) | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

docs/Model/PaymentInstrumentListForCustomerLinksFirst.md renamed to docs/Model/PaymentInstrumentListLinksFirst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PaymentInstrumentListForCustomerLinksFirst
1+
# PaymentInstrumentListLinksFirst
22

33
## Properties
44
Name | Type | Description | Notes

docs/Model/PaymentInstrumentListForCustomerLinksLast.md renamed to docs/Model/PaymentInstrumentListLinksLast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PaymentInstrumentListForCustomerLinksLast
1+
# PaymentInstrumentListLinksLast
22

33
## Properties
44
Name | Type | Description | Notes

0 commit comments

Comments
 (0)