Skip to content

Commit

Permalink
Update cashier_plans.php
Browse files Browse the repository at this point in the history
fix wrong comment description
  • Loading branch information
Naoray authored Nov 6, 2023
1 parent f22df34 commit 92a6610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cashier_plans.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* The default chain of subscription OrderItem preprocessors. These are called right before the Subscription's
* OrderItem is processed into an OrderItem. You can use this for calculating variable costs a.k.a. metered billing.
* Can be overridden per subscription plan. Make sure the preprocessors implement the PreprocessesOrderItems
* Can be overridden per subscription plan. Make sure the preprocessors implement the BaseOrderItemPreprocessor
* interface.
*/
'order_item_preprocessors' => [
Expand Down

0 comments on commit 92a6610

Please sign in to comment.