File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ $client->runTransactionFromXml($xml);
159159
160160### Using name-value pairs
161161
162- In order to run transactions using name-value pairs, make sure to set the value for the WSDL for the NVP transaction processor in ` cybs.ini ` .
162+ In order to run transactions using name-value pairs, make sure to set the value for the WSDL for the NVP transaction processor in ` cybs.ini ` .
163163
164164Then use the ` CybsNameValuePairClient ` as follows:
165165
@@ -176,15 +176,15 @@ $reply = $client->runTransaction($request);
176176
177177## Running the Samples
178178
179- After configuring your merchant ID and transaction key in ` cybs.ini ` , the samples in the ` samples ` directory can be run from the project root.
179+ After configuring your merchant ID and transaction key in ` cybs.ini ` , the samples in the ` samples ` directory can be run from the project root.
180180
181181For example:
182182
183183``` bash
184184php samples/Sale.php
185185```
186186
187- The samples will output the response object for each request if successful.
187+ The samples will output the response object for each request if successful.
188188
189189> > ** Note that the samples contain test data and should * NOT* be run in a live environment.**
190190
You can’t perform that action at this time.
0 commit comments