Skip to content

Commit 551e394

Browse files
committed
wip
1 parent b01a96a commit 551e394

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
@@ -628,7 +628,7 @@ To specify the tax rates a user pays on a subscription, implement the `taxRates`
628628
return ['tax-rate-id'];
629629
}
630630

631-
The `taxRates` method enables you to apply a tax rate on a model-by-model basis, which may be helpful for a user base that spans multiple countries and tax rates. If you're working with multiplan subscriptions you can define different tax rates for each plan by implementing a `planTaxRates` on your billable model:
631+
The `taxRates` method enables you to apply a tax rate on a model-by-model basis, which may be helpful for a user base that spans multiple countries and tax rates. If you're working with multiplan subscriptions you can define different tax rates for each plan by implementing a `planTaxRates` method on your billable model:
632632

633633
public function planTaxRates()
634634
{

0 commit comments

Comments
 (0)