Skip to content

Commit

Permalink
Fixing the order
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTadeuF committed Sep 30, 2024
1 parent f11520c commit e7ba06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/hooks/useShippingOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const useShippingOptions = () => {
const orderFormId = getOrderFormId()

if (orderFormId) {
await updateOrderForm(inputZipCode, orderFormId, countryCode)
await updateOrderForm(countryCode, inputZipCode, orderFormId)
}

const { geoCoordinates: coordinates } = await getAddress(
Expand Down

0 comments on commit e7ba06e

Please sign in to comment.