Skip to content

Commit 8ed23e5

Browse files
authored
Merge pull request #37 from CyberSource/oct-release
Oct 2019 release
2 parents f7d4de8 + efe8cc0 commit 8ed23e5

File tree

127 files changed

+30748
-27366
lines changed

Some content is hidden

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

127 files changed

+30748
-27366
lines changed

.gitignore

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

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.10"
34+
"cybersource/rest-client-php": "0.0.11"
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.10",
3+
"version": "0.0.11",
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/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

0 commit comments

Comments
 (0)