18 lines
394 B
PHP
18 lines
394 B
PHP
<?php
|
|
/**
|
|
* dd.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-07-28 16:19:06
|
|
* @modified 2022-07-28 16:19:06
|
|
*/
|
|
|
|
return [
|
|
'way' => 'Way',
|
|
'flat_shipping' => 'Flat Shipping',
|
|
'percentage' => 'Percentage',
|
|
'shipping_value' => 'Shipping Value',
|
|
];
|