Skip to content

Commit 007d106

Browse files
authored
Merge pull request #105 from CyberSource/may-release-2022
May release 2022
2 parents b03efc1 + 34b52c3 commit 007d106

File tree

116 files changed

+4807
-648
lines changed

Some content is hidden

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

116 files changed

+4807
-648
lines changed

README.md

100644100755
Lines changed: 2 additions & 2 deletions
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.31"
34+
"cybersource/rest-client-php": "0.0.32"
3535
}
3636
}
3737
```
@@ -104,7 +104,7 @@ Further information on MetaKey can be found in [New Business Center User Guide](
104104
Configure the following information in the `ExternalConfiguration.php` file
105105

106106
* Authentication Type: Merchant should enter "JWT" for JWT authentication mechanism.
107-
* Merchant ID: Merchant will provide the merchant ID, which has taken from EBC portal.
107+
* Merchant ID: Merchant will provide the merchant ID, which was taken from EBC portal.
108108
* keyAlias: Alias of the Merchant ID, to be used while generating the JWT token.
109109
* keyPassword: Alias of the Merchant password, to be used while generating the JWT token.
110110
* keyFileName: Filename of the key generated from the EBC portal, without the extension part .P12

0 commit comments

Comments
 (0)