Skip to content

Commit ac21b6e

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e30d4e7 + 8f92c23 commit ac21b6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class PayFastController
177177

178178
## Subscriptions
179179

180-
Subscriptions are start in the same way as standard transactions. Simply add a call to `subscription()` on the `Transaction` instance:
180+
Subscriptions are started in the same way as standard transactions. Simply add a call to `subscription()` on the `Transaction` instance:
181181

182182
```php
183183
$transaction = new Transaction($merchant, 10000);
@@ -272,7 +272,7 @@ PayFast retains the information about cancelled transaction, so even if you fetc
272272

273273
## Sandbox
274274

275-
PayFast provides a simple sandbox against which transactions can be tested. The sandbox can be found at [https://sandbox.payfast.co.za](https://sandbox.payfast.co.za). In order to use the sandbox, you'll need to tell the library that you're testing. You can do so using the `testing()` method when on the `Payfast` instance when creating a form:
275+
PayFast provides a simple sandbox against which transactions can be tested. The sandbox can be found at [https://sandbox.payfast.co.za](https://sandbox.payfast.co.za). In order to use the sandbox, you'll need to tell the library that you're testing. You can do so by calling the `testing()` method on the `Payfast` instance when creating a form:
276276

277277
```php
278278
$payfast = new PayFast($transaction);

0 commit comments

Comments
 (0)