Skip to content

Commit 2f0045f

Browse files
authored
Merge pull request #210 from CyberSource/release/nov25
Release/nov25
2 parents 0529006 + ddd26ef commit 2f0045f

File tree

448 files changed

+26094
-7695
lines changed

Some content is hidden

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

448 files changed

+26094
-7695
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ override the new secure-http default setting)*.
2929
{
3030
"require": {
3131
"php": ">=8.0.0",
32-
"cybersource/rest-client-php": "0.0.67"
32+
"cybersource/rest-client-php": "0.0.68"
3333
}
3434
}
3535
```

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.67",
3+
"version": "0.0.68",
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/BankAccountValidationApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Method | HTTP request | Description
88

99

1010
# **bankAccountValidationRequest**
11-
> \CyberSource\Model\InlineResponse20013 bankAccountValidationRequest($accountValidationsRequest)
11+
> \CyberSource\Model\InlineResponse20014 bankAccountValidationRequest($accountValidationsRequest)
1212
1313
Visa Bank Account Validation Service
1414

@@ -39,7 +39,7 @@ Name | Type | Description | Notes
3939

4040
### Return type
4141

42-
[**\CyberSource\Model\InlineResponse20013**](../Model/InlineResponse20013.md)
42+
[**\CyberSource\Model\InlineResponse20014**](../Model/InlineResponse20014.md)
4343

4444
### Authorization
4545

docs/Api/BatchesApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Method | HTTP request | Description
1111

1212

1313
# **getBatchReport**
14-
> \CyberSource\Model\InlineResponse20012 getBatchReport($batchId)
14+
> \CyberSource\Model\InlineResponse20013 getBatchReport($batchId)
1515
1616
Retrieve a Batch Report
1717

@@ -42,7 +42,7 @@ Name | Type | Description | Notes
4242

4343
### Return type
4444

45-
[**\CyberSource\Model\InlineResponse20012**](../Model/InlineResponse20012.md)
45+
[**\CyberSource\Model\InlineResponse20013**](../Model/InlineResponse20013.md)
4646

4747
### Authorization
4848

@@ -56,7 +56,7 @@ No authorization required
5656
[[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)
5757

5858
# **getBatchStatus**
59-
> \CyberSource\Model\InlineResponse20011 getBatchStatus($batchId)
59+
> \CyberSource\Model\InlineResponse20012 getBatchStatus($batchId)
6060
6161
Retrieve a Batch Status
6262

@@ -87,7 +87,7 @@ Name | Type | Description | Notes
8787

8888
### Return type
8989

90-
[**\CyberSource\Model\InlineResponse20011**](../Model/InlineResponse20011.md)
90+
[**\CyberSource\Model\InlineResponse20012**](../Model/InlineResponse20012.md)
9191

9292
### Authorization
9393

@@ -101,7 +101,7 @@ No authorization required
101101
[[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)
102102

103103
# **getBatchesList**
104-
> \CyberSource\Model\InlineResponse20010 getBatchesList($offset, $limit, $fromDate, $toDate)
104+
> \CyberSource\Model\InlineResponse20011 getBatchesList($offset, $limit, $fromDate, $toDate)
105105
106106
List Batches
107107

@@ -138,7 +138,7 @@ Name | Type | Description | Notes
138138

139139
### Return type
140140

141-
[**\CyberSource\Model\InlineResponse20010**](../Model/InlineResponse20010.md)
141+
[**\CyberSource\Model\InlineResponse20011**](../Model/InlineResponse20011.md)
142142

143143
### Authorization
144144

docs/Api/CreateNewWebhooksApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111

1212
# **findProductsToSubscribe**
13-
> \CyberSource\Model\InlineResponse2004[] findProductsToSubscribe($organizationId)
13+
> \CyberSource\Model\InlineResponse2005[] findProductsToSubscribe($organizationId)
1414
1515
Find Products You Can Subscribe To
1616

@@ -41,7 +41,7 @@ Name | Type | Description | Notes
4141

4242
### Return type
4343

44-
[**\CyberSource\Model\InlineResponse2004[]**](../Model/InlineResponse2004.md)
44+
[**\CyberSource\Model\InlineResponse2005[]**](../Model/InlineResponse2005.md)
4545

4646
### Authorization
4747

docs/Api/DecisionManagerApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Method | HTTP request | Description
1212

1313

1414
# **actionDecisionManagerCase**
15-
> \CyberSource\Model\InlineResponse2001 actionDecisionManagerCase($id, $caseManagementActionsRequest)
15+
> \CyberSource\Model\InlineResponse2002 actionDecisionManagerCase($id, $caseManagementActionsRequest)
1616
1717
Take action on a DM post-transactional case
1818

@@ -45,7 +45,7 @@ Name | Type | Description | Notes
4545

4646
### Return type
4747

48-
[**\CyberSource\Model\InlineResponse2001**](../Model/InlineResponse2001.md)
48+
[**\CyberSource\Model\InlineResponse2002**](../Model/InlineResponse2002.md)
4949

5050
### Authorization
5151

docs/Api/DeviceDeAssociationApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ No authorization required
5353
[[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)
5454

5555
# **postDeAssociateV3Terminal**
56-
> \CyberSource\Model\InlineResponse2008[] postDeAssociateV3Terminal($deviceDeAssociateV3Request)
56+
> \CyberSource\Model\InlineResponse2009[] postDeAssociateV3Terminal($deviceDeAssociateV3Request)
5757
5858
De-associate a device from merchant to account or reseller and from account to reseller
5959

@@ -84,7 +84,7 @@ Name | Type | Description | Notes
8484

8585
### Return type
8686

87-
[**\CyberSource\Model\InlineResponse2008[]**](../Model/InlineResponse2008.md)
87+
[**\CyberSource\Model\InlineResponse2009[]**](../Model/InlineResponse2009.md)
8888

8989
### Authorization
9090

docs/Api/DeviceSearchApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Method | HTTP request | Description
99

1010

1111
# **postSearchQuery**
12-
> \CyberSource\Model\InlineResponse2007 postSearchQuery($postDeviceSearchRequest)
12+
> \CyberSource\Model\InlineResponse2008 postSearchQuery($postDeviceSearchRequest)
1313
1414
Retrieve List of Devices for a given search query V2
1515

@@ -40,7 +40,7 @@ Name | Type | Description | Notes
4040

4141
### Return type
4242

43-
[**\CyberSource\Model\InlineResponse2007**](../Model/InlineResponse2007.md)
43+
[**\CyberSource\Model\InlineResponse2008**](../Model/InlineResponse2008.md)
4444

4545
### Authorization
4646

@@ -54,7 +54,7 @@ No authorization required
5454
[[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)
5555

5656
# **postSearchQueryV3**
57-
> \CyberSource\Model\InlineResponse2009 postSearchQueryV3($postDeviceSearchRequestV3)
57+
> \CyberSource\Model\InlineResponse20010 postSearchQueryV3($postDeviceSearchRequestV3)
5858
5959
Retrieve List of Devices for a given search query
6060

@@ -85,7 +85,7 @@ Name | Type | Description | Notes
8585

8686
### Return type
8787

88-
[**\CyberSource\Model\InlineResponse2009**](../Model/InlineResponse2009.md)
88+
[**\CyberSource\Model\InlineResponse20010**](../Model/InlineResponse20010.md)
8989

9090
### Authorization
9191

docs/Api/ManageWebhooksApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ No authorization required
103103
[[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)
104104

105105
# **getWebhookSubscriptionsByOrg**
106-
> \CyberSource\Model\InlineResponse2005[] getWebhookSubscriptionsByOrg($organizationId, $productId, $eventType)
106+
> \CyberSource\Model\InlineResponse2006[] getWebhookSubscriptionsByOrg($organizationId, $productId, $eventType)
107107
108108
Get Details On All Created Webhooks
109109

@@ -138,7 +138,7 @@ Name | Type | Description | Notes
138138

139139
### Return type
140140

141-
[**\CyberSource\Model\InlineResponse2005[]**](../Model/InlineResponse2005.md)
141+
[**\CyberSource\Model\InlineResponse2006[]**](../Model/InlineResponse2006.md)
142142

143143
### Authorization
144144

@@ -197,7 +197,7 @@ No authorization required
197197
[[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)
198198

199199
# **notificationSubscriptionsV2WebhooksWebhookIdPatch**
200-
> \CyberSource\Model\InlineResponse2006 notificationSubscriptionsV2WebhooksWebhookIdPatch($webhookId, $updateWebhook)
200+
> \CyberSource\Model\InlineResponse2007 notificationSubscriptionsV2WebhooksWebhookIdPatch($webhookId, $updateWebhook)
201201
202202
Update a Webhook Subscription
203203

@@ -230,7 +230,7 @@ Name | Type | Description | Notes
230230

231231
### Return type
232232

233-
[**\CyberSource\Model\InlineResponse2006**](../Model/InlineResponse2006.md)
233+
[**\CyberSource\Model\InlineResponse2007**](../Model/InlineResponse2007.md)
234234

235235
### Authorization
236236

docs/Api/MerchantBoardingApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Method | HTTP request | Description
99

1010

1111
# **getRegistration**
12-
> \CyberSource\Model\InlineResponse2003 getRegistration($registrationId)
12+
> \CyberSource\Model\InlineResponse2004 getRegistration($registrationId)
1313
1414
Gets all the information on a boarding registration
1515

@@ -40,7 +40,7 @@ Name | Type | Description | Notes
4040

4141
### Return type
4242

43-
[**\CyberSource\Model\InlineResponse2003**](../Model/InlineResponse2003.md)
43+
[**\CyberSource\Model\InlineResponse2004**](../Model/InlineResponse2004.md)
4444

4545
### Authorization
4646

0 commit comments

Comments
 (0)