Skip to content

Commit

Permalink
refactor: HS-111: Resolved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrishab Srivatsa committed Feb 19, 2024
1 parent e47561d commit 30ada5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/CardTheme.res
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ let getVariables = (str, dict, default, logger) => {
"spacingGridColumn",
"spacingGridRow",
"spacingAccordionItem",
"sdkHandleConfirmPayment",
"sdkHandleOneClickConfirmPayment",
]
unknownKeysWarning(validKeys, json, "appearance.variables", ~logger)
{
Expand Down
4 changes: 3 additions & 1 deletion src/Types/PaymentType.res
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ let getAddress = (dict, str, logger) => {
line2: getWarningString(json, "line2", "", ~logger),
city: getWarningString(json, "city", "", ~logger),
state: getWarningString(json, "state", "", ~logger),
country: country,
country,
postal_code: getWarningString(json, "postal_code", "", ~logger),
}
})
Expand Down Expand Up @@ -866,6 +866,8 @@ let itemToObjMapper = (dict, logger) => {
"wallets",
"showCardFormByDefault",
"disableSaveCards",
"sdkHandleOneClickConfirmPayment",
"showCardFormByDefault",
],
dict,
"options",
Expand Down

0 comments on commit 30ada5c

Please sign in to comment.