Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix show correct small package price #243

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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