sarga/config/paymentmethods.php

13 lines
244 B
PHP
Raw Normal View History

2018-09-20 10:01:51 +00:00
<?php
return [
'cashondelivery' => [
'code' => 'cashondelivery',
'title' => 'Cash On Delivery',
'class' => 'Webkul\Payment\Payment\Payment',
'order_status' => 'Pending',
'active' => true
]
];
?>