Skip to content

Commit

Permalink
Escaping Dollar signs (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasgrimm authored Jan 7, 2025
1 parent a4cfaa5 commit d360aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spark-paddle/plans.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Spark::billable(User::class)->checkPlanEligibility(function ($billable, Plan $pl

## Per-Seat Billing Plans

Some applications charge users per "seat" instead of a fixed monthly price. For example, a project management application might charge $10 monthly **per project** such that if a user managed five projects they would be billed $50 monthly.
Some applications charge users per "seat" instead of a fixed monthly price. For example, a project management application might charge \$10 monthly **per project** such that if a user managed five projects they would be billed \$50 monthly.

If your application will be using per-seat billing, you will likely define a single, monthly plan in your application's `config/spark.php` configuration file. In addition, you will need to instruct Spark how to calculate the current number of "seats" a billable model is currently using.

Expand Down
2 changes: 1 addition & 1 deletion spark-stripe/plans.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Spark::billable(User::class)->checkPlanEligibility(function ($billable, Plan $pl

## Per-Seat Billing Plans

Some applications charge users per "seat" instead of a fixed monthly price. For example, a project management application might charge $10 monthly **per project** such that if a user managed five projects they would be billed $50 monthly.
Some applications charge users per "seat" instead of a fixed monthly price. For example, a project management application might charge \$10 monthly **per project** such that if a user managed five projects they would be billed \$50 monthly.

If your application will be using per-seat billing, you will likely define a single, monthly plan in your application's `config/spark.php` configuration file. In addition, you will need to instruct Spark how to calculate the current number of "seats" a billable model is currently using.

Expand Down

0 comments on commit d360aef

Please sign in to comment.