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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ class PayFastController
177
177
178
178
## Subscriptions
179
179
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:
181
181
182
182
```php
183
183
$transaction = new Transaction($merchant, 10000);
@@ -272,7 +272,7 @@ PayFast retains the information about cancelled transaction, so even if you fetc
272
272
273
273
## Sandbox
274
274
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:
0 commit comments