Skip to content

Commit 3e97abb

Browse files
authored
Merge pull request #31 from CyberSource/oct-release
Oct 2019 release
2 parents 6482b9f + ddb8109 commit 3e97abb

File tree

128 files changed

+29499
-27074
lines changed

Some content is hidden

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

128 files changed

+29499
-27074
lines changed

cybersource_rest_client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require "cybersource_rest_client/version"
1717

1818
Gem::Specification.new do |s|
1919
s.name = "cybersource_rest_client"
20-
s.version = "0.0.16"
20+
s.version = "0.0.17"
2121
s.platform = Gem::Platform::RUBY
2222
s.authors = ["CyberSource"]
2323
s.email = ["[email protected]"]

docs/CaptureApi.md

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

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

5858

5959

docs/RequestBody.md renamed to docs/CreateAdhocReportRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::RequestBody
1+
# CyberSource::CreateAdhocReportRequest
22

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

docs/RequestBody1.md renamed to docs/CreateReportSubscriptionRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::RequestBody1
1+
# CyberSource::CreateReportSubscriptionRequest
22

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

docs/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-
[**create_credit**](CreditApi.md#create_credit) | **POST** /pts/v2/credits/ | Process a Credit
7+
[**create_credit**](CreditApi.md#create_credit) | **POST** /pts/v2/credits | Process a Credit
88

99

1010
# **create_credit**
@@ -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

5656

docs/DownloadDTDApi.md

Lines changed: 4 additions & 4 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-
[**get_dtdv2**](DownloadDTDApi.md#get_dtdv2) | **GET** /dtds/{reportDefinitionNameVersion} | Used to download DTDs for reports
7+
[**get_dtdv2**](DownloadDTDApi.md#get_dtdv2) | **GET** /dtds/{reportDefinitionNameVersion} | Download DTD for report
88

99

1010
# **get_dtdv2**
1111
> get_dtdv2(report_definition_name_version)
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
```ruby
@@ -25,7 +25,7 @@ report_definition_name_version = "report_definition_name_version_example" # Stri
2525

2626

2727
begin
28-
#Used to download DTDs for reports
28+
#Download DTD for report
2929
api_instance.get_dtdv2(report_definition_name_version)
3030
rescue CyberSource::ApiError => e
3131
puts "Exception when calling DownloadDTDApi->get_dtdv2: #{e}"

docs/DownloadXSDApi.md

Lines changed: 4 additions & 4 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-
[**get_xsdv2**](DownloadXSDApi.md#get_xsdv2) | **GET** /xsds/{reportDefinitionNameVersion} | Used to download XSDs for reports
7+
[**get_xsdv2**](DownloadXSDApi.md#get_xsdv2) | **GET** /xsds/{reportDefinitionNameVersion} | Download XSD for report
88

99

1010
# **get_xsdv2**
1111
> get_xsdv2(report_definition_name_version)
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
```ruby
@@ -25,7 +25,7 @@ report_definition_name_version = "report_definition_name_version_example" # Stri
2525

2626

2727
begin
28-
#Used to download XSDs for reports
28+
#Download XSD for report
2929
api_instance.get_xsdv2(report_definition_name_version)
3030
rescue CyberSource::ApiError => e
3131
puts "Exception when calling DownloadXSDApi->get_xsdv2: #{e}"

docs/Error.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**response_status** | [**InlineResponseDefaultResponseStatus**](InlineResponseDefaultResponseStatus.md) | | [optional]
7-
**_links** | [**ErrorLinks**](ErrorLinks.md) | | [optional]
6+
**type** | **String** | | [optional]
7+
**message** | **String** | The detailed message related to the type stated above. | [optional]
8+
**details** | [**Tmsv1instrumentidentifiersDetails**](Tmsv1instrumentidentifiersDetails.md) | | [optional]
89

910

docs/ErrorBean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Name | Type | Description | Notes
88
**localization_key** | **String** | Localization Key Name | [optional]
99
**correlation_id** | **String** | Correlation Id | [optional]
1010
**detail** | **String** | Error Detail | [optional]
11-
**fields** | [**Array<InlineResponse4001Fields>**](InlineResponse4001Fields.md) | Error fields List | [optional]
11+
**fields** | [**Array<InlineResponse400Fields>**](InlineResponse400Fields.md) | Error fields List | [optional]
1212

1313

docs/ErrorLinks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**_self** | [**InlineResponseDefaultLinksNext**](InlineResponseDefaultLinksNext.md) | | [optional]
7-
**documentation** | [**Array<InlineResponseDefaultLinksNext>**](InlineResponseDefaultLinksNext.md) | | [optional]
86
**_next** | [**Array<InlineResponseDefaultLinksNext>**](InlineResponseDefaultLinksNext.md) | | [optional]
7+
**documentation** | [**Array<InlineResponseDefaultLinksNext>**](InlineResponseDefaultLinksNext.md) | | [optional]
8+
**_self** | [**InlineResponseDefaultLinksNext**](InlineResponseDefaultLinksNext.md) | | [optional]
99

1010

0 commit comments

Comments
 (0)