Skip to content

Commit 7b6869a

Browse files
committed
October 2019 Release
1 parent f7d4de8 commit 7b6869a

File tree

125 files changed

+30746
-27364
lines changed

Some content is hidden

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

125 files changed

+30746
-27364
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor

docs/Api/CaptureApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ No authorization required
5050
### HTTP request headers
5151

5252
- **Content-Type**: application/json;charset=utf-8
53-
- **Accept**: application/json;charset=utf-8
53+
- **Accept**: application/hal+json;charset=utf-8
5454

5555
[[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)
5656

docs/Api/CreditApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**createCredit**](CreditApi.md#createCredit) | **POST** /pts/v2/credits/ | Process a Credit
7+
[**createCredit**](CreditApi.md#createCredit) | **POST** /pts/v2/credits | Process a Credit
88

99

1010
# **createCredit**
@@ -48,7 +48,7 @@ No authorization required
4848
### HTTP request headers
4949

5050
- **Content-Type**: application/json;charset=utf-8
51-
- **Accept**: application/json;charset=utf-8
51+
- **Accept**: application/hal+json;charset=utf-8
5252

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

docs/Api/DownloadDTDApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**getDTDV2**](DownloadDTDApi.md#getDTDV2) | **GET** /dtds/{reportDefinitionNameVersion} | Used to download DTDs for reports
7+
[**getDTDV2**](DownloadDTDApi.md#getDTDV2) | **GET** /dtds/{reportDefinitionNameVersion} | Download DTD for report
88

99

1010
# **getDTDV2**
1111
> getDTDV2($reportDefinitionNameVersion)
1212
13-
Used to download DTDs for reports
13+
Download DTD for report
1414

15-
Downloads DTDs for reports on no-auth.
15+
Used to download DTDs for reports on no-auth.
1616

1717
### Example
1818
```php

docs/Api/DownloadXSDApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**getXSDV2**](DownloadXSDApi.md#getXSDV2) | **GET** /xsds/{reportDefinitionNameVersion} | Used to download XSDs for reports
7+
[**getXSDV2**](DownloadXSDApi.md#getXSDV2) | **GET** /xsds/{reportDefinitionNameVersion} | Download XSD for report
88

99

1010
# **getXSDV2**
1111
> getXSDV2($reportDefinitionNameVersion)
1212
13-
Used to download XSDs for reports
13+
Download XSD for report
1414

15-
Downloads XSDs for reports on no-auth.
15+
Used to download XSDs for reports on no-auth.
1616

1717
### Example
1818
```php

docs/Api/PaymentsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**createPayment**](PaymentsApi.md#createPayment) | **POST** /pts/v2/payments/ | Process a Payment
7+
[**createPayment**](PaymentsApi.md#createPayment) | **POST** /pts/v2/payments | Process a Payment
88

99

1010
# **createPayment**
@@ -48,7 +48,7 @@ No authorization required
4848
### HTTP request headers
4949

5050
- **Content-Type**: application/json;charset=utf-8
51-
- **Accept**: application/json;charset=utf-8
51+
- **Accept**: application/hal+json;charset=utf-8
5252

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

docs/Api/PayoutsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ No authorization required
4848
### HTTP request headers
4949

5050
- **Content-Type**: application/json;charset=utf-8
51-
- **Accept**: application/json;charset=utf-8
51+
- **Accept**: application/hal+json;charset=utf-8
5252

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

docs/Api/RefundApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ No authorization required
5151
### HTTP request headers
5252

5353
- **Content-Type**: application/json;charset=utf-8
54-
- **Accept**: application/json;charset=utf-8
54+
- **Accept**: application/hal+json;charset=utf-8
5555

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

@@ -98,7 +98,7 @@ No authorization required
9898
### HTTP request headers
9999

100100
- **Content-Type**: application/json;charset=utf-8
101-
- **Accept**: application/json;charset=utf-8
101+
- **Accept**: application/hal+json;charset=utf-8
102102

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

docs/Api/ReportSubscriptionsApi.md

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

1212

1313
# **createSubscription**
14-
> createSubscription($requestBody, $organizationId)
14+
> createSubscription($createReportSubscriptionRequest, $organizationId)
1515
1616
Create Report Subscription for a report name by organization
1717

@@ -23,11 +23,11 @@ Create a report subscription for your organization. The report name must be uniq
2323
require_once(__DIR__ . '/vendor/autoload.php');
2424

2525
$api_instance = new CyberSource\Api\ReportSubscriptionsApi();
26-
$requestBody = new \CyberSource\Model\RequestBody1(); // \CyberSource\Model\RequestBody1 | Report subscription request payload
26+
$createReportSubscriptionRequest = new \CyberSource\Model\CreateReportSubscriptionRequest(); // \CyberSource\Model\CreateReportSubscriptionRequest | Report subscription request payload
2727
$organizationId = "organizationId_example"; // string | Valid Cybersource Organization Id
2828

2929
try {
30-
$api_instance->createSubscription($requestBody, $organizationId);
30+
$api_instance->createSubscription($createReportSubscriptionRequest, $organizationId);
3131
} catch (Exception $e) {
3232
echo 'Exception when calling ReportSubscriptionsApi->createSubscription: ', $e->getMessage(), PHP_EOL;
3333
}
@@ -38,7 +38,7 @@ try {
3838

3939
Name | Type | Description | Notes
4040
------------- | ------------- | ------------- | -------------
41-
**requestBody** | [**\CyberSource\Model\RequestBody1**](../Model/RequestBody1.md)| Report subscription request payload |
41+
**createReportSubscriptionRequest** | [**\CyberSource\Model\CreateReportSubscriptionRequest**](../Model/CreateReportSubscriptionRequest.md)| Report subscription request payload |
4242
**organizationId** | **string**| Valid Cybersource Organization Id | [optional]
4343

4444
### Return type

docs/Api/ReportsApi.md

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

1111

1212
# **createReport**
13-
> createReport($requestBody, $organizationId)
13+
> createReport($createAdhocReportRequest, $organizationId)
1414
1515
Create Adhoc Report
1616

@@ -22,11 +22,11 @@ Create a one-time report. You must specify the type of report in reportDefinitio
2222
require_once(__DIR__ . '/vendor/autoload.php');
2323

2424
$api_instance = new CyberSource\Api\ReportsApi();
25-
$requestBody = new \CyberSource\Model\RequestBody(); // \CyberSource\Model\RequestBody | Report subscription request payload
25+
$createAdhocReportRequest = new \CyberSource\Model\CreateAdhocReportRequest(); // \CyberSource\Model\CreateAdhocReportRequest | Report subscription request payload
2626
$organizationId = "organizationId_example"; // string | Valid Cybersource Organization Id
2727

2828
try {
29-
$api_instance->createReport($requestBody, $organizationId);
29+
$api_instance->createReport($createAdhocReportRequest, $organizationId);
3030
} catch (Exception $e) {
3131
echo 'Exception when calling ReportsApi->createReport: ', $e->getMessage(), PHP_EOL;
3232
}
@@ -37,7 +37,7 @@ try {
3737

3838
Name | Type | Description | Notes
3939
------------- | ------------- | ------------- | -------------
40-
**requestBody** | [**\CyberSource\Model\RequestBody**](../Model/RequestBody.md)| Report subscription request payload |
40+
**createAdhocReportRequest** | [**\CyberSource\Model\CreateAdhocReportRequest**](../Model/CreateAdhocReportRequest.md)| Report subscription request payload |
4141
**organizationId** | **string**| Valid Cybersource Organization Id | [optional]
4242

4343
### Return type

0 commit comments

Comments
 (0)