13 lines
244 B
PHP
13 lines
244 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'cashondelivery' => [
|
||
|
|
'code' => 'cashondelivery',
|
||
|
|
'title' => 'Cash On Delivery',
|
||
|
|
'class' => 'Webkul\Payment\Payment\Payment',
|
||
|
|
'order_status' => 'Pending',
|
||
|
|
'active' => true
|
||
|
|
]
|
||
|
|
];
|
||
|
|
|
||
|
|
?>
|