Skip to content

Commit

Permalink
fix: fix show correct small package price
Browse files Browse the repository at this point in the history
  • Loading branch information
GravendeelJochem committed Sep 16, 2024
1 parent a4f1e3b commit 19ac488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/defaultConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const defaultConfiguration = (platform = DEFAULT_PLATFORM) => {

[CONFIG.PRICE_PACKAGE_TYPE_DIGITAL_STAMP]: DEFAULT_PRICE,
[CONFIG.PRICE_PACKAGE_TYPE_MAILBOX]: DEFAULT_PRICE,
[CONFIG.PRICE_PACKAGE_TYPE_PACKAGE_SMALL]: DEFAULT_PRICE,

[CONFIG.PRICE_EVENING_DELIVERY]: DEFAULT_PRICE,
[CONFIG.PRICE_MORNING_DELIVERY]: DEFAULT_PRICE,
Expand Down
1 change: 1 addition & 0 deletions src/sandbox/translations/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const englishTranslations = {
'main.description': 'This sandbox is made to test different configurations of the MyParcel Delivery Options. On the left you can see all possible options. Change the options and see the results reflected on the right immediately. Open the "@:tab.code" tab to get the code you need to use with the Delivery Options. More information on each setting can be found in our <a href="https://myparcelnl.github.io/api/#8">API documentation</a>.',
'main.slack_help': ' Do you want to be kept informed of new functionalities or do you need help? You can contact us via <a href="https://myparcelnl.github.io/api/#8">Slack</a>.',
'package_types.digital_stamp': 'Digital stamp',
'package_types.package_small': 'Small parcel',
'package_types.mailbox': 'Mailbox package',
'package_types.package': 'Package',
'pickup_locations.views.list': 'List',
Expand Down

0 comments on commit 19ac488

Please sign in to comment.