Skip to content

Commit e1cbd60

Browse files
veeqtohCopilot
andauthored
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 77a259e commit e1cbd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Occasionally, you may wish to create a Paystack customer without beginning a sub
297297
$user->createAsPaystackCustomer();
298298
```
299299

300-
By default, the package passes value set on the `email`, `first_name`, `last_name` and `phone` columns if they are set on the model class that uses the `Billable` trait (most likely user).
300+
By default, the package passes values set on the `email`, `first_name`, `last_name` and `phone` columns if they are set on the model class that uses the `Billable` trait (most likely user).
301301

302302
The columns can be overridden to pass your custom columns for each of those fields by simply defining a method on the model as follows;
303303

0 commit comments

Comments
 (0)