Approval.

This commit is contained in:
2023-01-31 17:42:23 +00:00
committed by md translation bot
parent 388b7f3db0
commit 03b5464bb8
20 changed files with 140 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$shipment_method_set = array (
'unknown' => 'Unknown',
'car' => 'By car',
'ship' => 'By ship',
);