Skip to content

Commit

Permalink
fix: default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Mar 8, 2024
1 parent 3b39c9a commit c330f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/PaymentType.res
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ let itemToObjMapper = (dict, logger) => {
displaySavedPaymentMethodsCheckbox: getBoolWithWarning(
dict,
"displaySavedPaymentMethodsCheckbox",
false,
true,
~logger,
),
displaySavedPaymentMethods: getBoolWithWarning(
Expand Down

0 comments on commit c330f18

Please sign in to comment.