Skip to content

Commit

Permalink
use string curr
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyarpaing committed Nov 28, 2024
1 parent 2297a45 commit 6457f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/cde_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const PaymentFormPrefill = z.discriminatedUnion('mode', [
z
.object({
mode: z.enum(['payment', 'subscription']),
currency: CurrencyEnum,
currency: z.string(),
})
.extend(_PaymentFormPrefillCommon.shape),
]);
Expand Down

0 comments on commit 6457f96

Please sign in to comment.