Skip to content

Commit

Permalink
Fix typehint of subscription.paused
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-invoiced committed Mar 19, 2024
1 parent 006543d commit 4857eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @property object $metadata
* @property float $mrr
* @property string $object
* @property int $paused
* @property bool $paused
* @property int|null $period_end
* @property int|null $period_start
* @property string $plan
Expand Down

0 comments on commit 4857eed

Please sign in to comment.