Skip to content

Commit 87f8d17

Browse files
committed
Fix grammar.
1 parent d3a1698 commit 87f8d17

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
@@ -167,7 +167,7 @@ Sometimes subscriptions are affected by "quantity". For example, your applicatio
167167
<a name="subscription-tax"></a>
168168
## Subscription Tax
169169

170-
With Cashier, it's easy to override the `tax_percent` value sent to Stripe. To specify the tax percentage a user pays on a subscription. Implement the `getTaxPercent` method on your model, and return a numeric value between 0 and 100, with no more than 2 decimal places.
170+
With Cashier, it's easy to override the `tax_percent` value sent to Stripe. To specify the tax percentage a user pays on a subscription, implement the `getTaxPercent` method on your model, and return a numeric value between 0 and 100, with no more than 2 decimal places.
171171

172172
public function getTaxPercent()
173173
{

0 commit comments

Comments
 (0)