[ 'cash-on-delivery' => [ 'driver' => 'offline', 'authorized' => 'awaiting-payment', 'fee' => 0, ], ], /* |-------------------------------------------------------------------------- | Lunar cart pipeline additions |-------------------------------------------------------------------------- | | Appended to config('lunar.cart.pipelines.cart') after ApplyShipping so | the cash-on-delivery fee is added to the shipping total before the | final Calculate step sums everything up. | */ 'cart_pipeline' => [ ApplyCashOnDeliveryFee::class, ], ];