Skip to content

Commit 538b507

Browse files
authored
fix: fix typo in link (#8509)
1 parent 58c1b94 commit 538b507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ If you would like to offer trial periods without collecting the user's payment m
14061406
]);
14071407

14081408
> **Warning**
1409-
> Be sure to add a [date cast](/docs/{{version}}/eloquent-mutators##date-casting) for the `trial_ends_at` attribute within your billable model's class definition.
1409+
> Be sure to add a [date cast](/docs/{{version}}/eloquent-mutators#date-casting) for the `trial_ends_at` attribute within your billable model's class definition.
14101410
14111411
Cashier refers to this type of trial as a "generic trial", since it is not attached to any existing subscription. The `onTrial` method on the billable model instance will return `true` if the current date is not past the value of `trial_ends_at`:
14121412

0 commit comments

Comments
 (0)