Skip to content

Commit

Permalink
fix: forceSync added
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja committed Aug 5, 2024
1 parent e3b6e72 commit 73553cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Components/DynamicFields.res
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ let make = (
headers,
~optLogger=Some(logger),
~switchToCustomPod=switchToCustomPodValue,
~isForceSync=true,
)
->then(json => {
let dict = json->JSON.Decode.object->Option.getOr(Dict.make())
Expand Down
2 changes: 1 addition & 1 deletion src/Payments/PaymentMethodsRecord.res
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ let paymentMethodsFields = [
{
paymentMethodName: "open_banking_pis",
icon: Some(icon("bank", ~size=19)),
displayName: "Plaid",
displayName: "Open Banking",
fields: [InfoElement],
miniIcon: Some(icon("bank", ~size=19)),
},
Expand Down

0 comments on commit 73553cc

Please sign in to comment.