env('LUNAR_STORE_INCLUSIVE_OF_TAX', false), /* |-------------------------------------------------------------------------- | Price formatter |-------------------------------------------------------------------------- | | Specify which class to use when formatting price data types | */ 'formatter' => DefaultPriceFormatter::class, /* |-------------------------------------------------------------------------- | Pricing Pipelines |-------------------------------------------------------------------------- | | Define which pipelines should be run when retrieving purchasable price. | | Each pipeline class will be run from top to bottom. | */ 'pipelines' => [ // App\Pipelines\Pricing\Example::class, ], ];