Skip to content

Commit 081b222

Browse files
committed
Readme updates.
1 parent d90db49 commit 081b222

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This package provides an expressive, fluent interface to a billing services gate
66
* Support for multiple subscriptions per customer
77
* Support for multiple credit cards per customer
88
* Support for individual charges
9+
* Support for free subscription plans
910

1011
It currently comes bundled with drivers for these billing services:
1112

@@ -348,7 +349,7 @@ $website->billing_trial_ends_at = Carbon::now()->addDays(14);
348349
$website->save();
349350
```
350351

351-
It should be noted that any `subscription` commands executed executed on an on-trial subscription model will not be synced with the billing gateway if the customer is not ready for billing (created in billing system with at least one credit card). This allows the developer to execute the same `craete`, `swap`, etc commands on a model while you wait for the customer to be created in the billing gateway.
352+
It should be noted that any `subscription` commands executed on an on-trial subscription model will not be synced with the billing gateway if the customer is not ready for billing (created in billing system with at least one credit card). This allows the developer to perform the same `create`, `swap`, etc commands on a model while you wait for the customer to be created in the billing gateway.
352353

353354
If you have one or more pending, on-trial, subscriptions when the user does add their credit card, you can use the `withSubscriptions` flag to activate all pending, non-free, subscriptions in the billing gateway:
354355

0 commit comments

Comments
 (0)