Skip to content

Commit

Permalink
fix(carriers): remove return option for dhlforyou
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Oct 4, 2024
1 parent f919ad8 commit 4b879fb
Show file tree
Hide file tree
Showing 20 changed files with 14 additions and 21 deletions.
2 changes: 1 addition & 1 deletion config/platform/myparcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
'ageCheck' => true,
'largeFormat' => false,
'onlyRecipient' => true,
'return' => true,
'return' => false,
'sameDayDelivery' => true,
'signature' => true,
'saturdayDelivery' => true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ageCheck": true,
"largeFormat": false,
"onlyRecipient": true,
"return": true,
"return": false,
"sameDayDelivery": true,
"signature": true,
"saturdayDelivery": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ageCheck": true,
"largeFormat": false,
"onlyRecipient": true,
"return": true,
"return": false,
"sameDayDelivery": true,
"signature": true,
"saturdayDelivery": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"ageCheck": true,
"largeFormat": false,
"onlyRecipient": true,
"return": true,
"return": false,
"sameDayDelivery": true,
"signature": true,
"saturdayDelivery": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"delivery_type": 2,
"age_check": 1,
"hide_sender": 1,
"return": 1,
"signature": 1
},
"physical_properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"delivery_type": 2,
"age_check": 1,
"hide_sender": 1,
"return": 1,
"signature": 1
},
"physical_properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"delivery_type": 2,
"age_check": 1,
"hide_sender": 1,
"return": 1,
"signature": 1
},
"physical_properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"delivery_type": 2,
"age_check": 1,
"hide_sender": 1,
"return": 1,
"signature": 1
},
"physical_properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
},
"options": {
"package_type": 1,
"delivery_type": 2,
"return": 1
"delivery_type": 2
},
"physical_properties": {
"weight": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"delivery_type": 2,
"age_check": 1,
"hide_sender": 1,
"return": 1,
"signature": 1
},
"physical_properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"delivery_type": 2,
"age_check": 1,
"hide_sender": 1,
"return": 1,
"signature": 1
},
"physical_properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"large_format": 0,
"only_recipient": 0,
"package_type": 1,
"return": 1,
"return": 0,
"same_day_delivery": 0,
"signature": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"large_format": 0,
"only_recipient": 0,
"package_type": 1,
"return": 1,
"return": 0,
"same_day_delivery": 0,
"signature": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"large_format": 0,
"only_recipient": 0,
"package_type": 1,
"return": 1,
"return": 0,
"same_day_delivery": 0,
"signature": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"large_format": 0,
"only_recipient": 0,
"package_type": 1,
"return": 1,
"return": 0,
"same_day_delivery": 0,
"signature": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"large_format": 0,
"only_recipient": 0,
"package_type": 1,
"return": 1,
"return": 0,
"same_day_delivery": 0,
"signature": 0
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"large_format": 0,
"only_recipient": 0,
"package_type": 1,
"return": 1,
"return": 0,
"same_day_delivery": 0,
"signature": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"large_format": 0,
"only_recipient": 0,
"package_type": 1,
"return": 1,
"return": 0,
"same_day_delivery": 0,
"signature": 1
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"ageCheck": true,
"largeFormat": false,
"onlyRecipient": true,
"return": true,
"return": false,
"sameDayDelivery": true,
"signature": true,
"saturdayDelivery": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"ageCheck": true,
"largeFormat": false,
"onlyRecipient": true,
"return": true,
"return": false,
"sameDayDelivery": true,
"signature": true,
"saturdayDelivery": true,
Expand Down

0 comments on commit 4b879fb

Please sign in to comment.