Skip to content

Commit

Permalink
Merge branch 'master' into update-new-wallet-api-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
forrest57 authored Jan 23, 2024
2 parents 1e38bb1 + f15bafc commit a997d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const defaultProfileAttrs: ProfileAttrs = {
mobile: "5555555555" as NonEmptyString,
fiscal_code: "TAMMRA80A41H501I" as FiscalCode,
email: "[email protected]" as EmailAddress,
accepted_tos_version: 4.7 as NonNegativeNumber,
accepted_tos_version: 4.8 as NonNegativeNumber,
preferred_languages: [PreferredLanguageEnum.it_IT],
reminder_status: ReminderStatusEnum.ENABLED,
push_notifications_content_type: PushNotificationsContentTypeEnum.FULL
Expand Down

0 comments on commit a997d49

Please sign in to comment.