Skip to content

Commit

Permalink
fix(export): allow dpd pickup (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen authored Sep 3, 2024
1 parent f43cf00 commit f609749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/schema/myparcel/order/dpd/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"type": "null"
},
"deliveryType": {
"enum": ["standard", null]
"enum": ["pickup", "standard", null]
},
"packageType": {
"enum": ["package", "mailbox", null]
Expand Down

0 comments on commit f609749

Please sign in to comment.