You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ override the new secure-http default setting)*.
33
33
```
34
34
## To set your API credentials for an API request,Configure the following information in ExternalConfiguration.php file:
35
35
36
-
Create a file in your application `ExternalConfiguration.php` inside a `Resources` folder and configure the following information as per requirement similar to [this one](https://github.com/CyberSource/cybersource-rest-samples-php/blob/master/Resources/ExternalConfiguration.php).
36
+
Create a file in your application `ExternalConfiguration.php` inside a `Resources` folder and configure the following information as per requirement similar to [**this one**](https://github.com/CyberSource/cybersource-rest-samples-php/blob/master/Resources/ExternalConfiguration.php).
37
37
38
38
#### For Http Signature Authentication
39
39
@@ -73,8 +73,8 @@ override the new secure-http default setting)*.
73
73
* Merchant ID: Merchant will provide the merchant ID, which has taken from EBC portal.
74
74
* keyAlias: Alias of the Merchant ID, to be used while generating the JWT token.
75
75
* keyPassword: Alias of the Merchant password, to be used while generating the JWT token.
76
-
* keyFileName: Path of the folder where the .P12 file is placed. This file has generated from the EBC portal.
77
-
*Keys Directory: path of the directory,where keys are placed.
76
+
* keyFileName: Filename of the key generated from the EBC portal, without the extension part .P12
77
+
*keysDirectory: path of the directory,where key is placed.
78
78
* Enable Log: To start the log entry provide _true_ else enter _false_.
79
79
* LogDirectory :Merchant will provide directory path where logs will be created.
80
80
* LogMaximumSize :Merchant will provide size value for log file.
@@ -119,7 +119,7 @@ The [API Reference Guide](https://developer.cybersource.com/api/reference/api-re
119
119
using this SDK.
120
120
121
121
122
-
## Using the Sample Code
122
+
## Using the [Sample Code](https://github.com/CyberSource/cybersource-rest-samples-php)
123
123
124
124
The samples are all completely independent and self-contained. You can analyze them to get an understanding of how a particular method works, or you can use the snippets as a starting point for your own project.
0 commit comments