Skip to content

Commit 3626d23

Browse files
authored
onroutebc-release-37.1 - Merge back to main (#1846)
1 parent 44c0330 commit 3626d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/features/permits/pages/ShoppingCart/hooks/useShoppingCart.ts

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export const useShoppingCart = (
4949
const fee = await calculatePermitFee({
5050
permitType: cartItem.permitType,
5151
permitData: {
52+
startDate: cartItem.startDate,
5253
permitDuration: cartItem.duration,
5354
permittedRoute: {
5455
manualRoute: {

0 commit comments

Comments
 (0)