Feature: Order Updates, Events, Order Flows, Shipment And COD support
This commit is contained in:
@@ -311,9 +311,8 @@ class InstallLunarCommand extends Command
|
||||
PaymentMethod::create([
|
||||
'type' => 'cash-on-delivery',
|
||||
'name' => 'Cash on Delivery',
|
||||
'driver' => 'offline',
|
||||
'driver' => 'cash-on-delivery',
|
||||
'capture_mode' => 'pay',
|
||||
'captured_status' => 'payment-offline',
|
||||
'position' => 0,
|
||||
'enabled' => false,
|
||||
'data' => [],
|
||||
|
||||
Reference in New Issue
Block a user