Skip to content

Commit b324d1b

Browse files
committed
Tidying up
1 parent dddf72d commit b324d1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

164164
Then 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

181181
For example:
182182

183183
```bash
184184
php 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

0 commit comments

Comments
 (0)