Skip to content

Commit

Permalink
fix: fix typo in checkout completed event localCurrenct -> `localCu…
Browse files Browse the repository at this point in the history
…rrency` (#4270)
  • Loading branch information
omBratteng authored Mar 9, 2025
1 parent 86d89f0 commit a128428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/contexts/PaymentContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const PaymentContextProvider = ({
cycle:
event?.data.items?.[0]?.billing_cycle?.interval ?? 'one-off',
localCost: event?.data.totals.total,
localCurrenct: event?.data.currency_code,
localCurrency: event?.data.currency_code,
payment: event?.data.payment.method_details.type,
},
});
Expand Down

0 comments on commit a128428

Please sign in to comment.