Skip to content

Commit

Permalink
chore: enable we domain for fiuu apple pay (#1793)
Browse files Browse the repository at this point in the history
Co-authored-by: Gitanjli Chopra <[email protected]>
  • Loading branch information
gitanjli525 and Gitanjli Chopra authored Nov 25, 2024
1 parent db22304 commit 6af0622
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ module Landing = {
{switch connector->ConnectorUtils.getConnectorNameTypeFromString {
| Processors(STRIPE)
| Processors(BANKOFAMERICA)
| Processors(CYBERSOURCE) =>
| Processors(CYBERSOURCE)
| Processors(FIUU) =>
<div
className="p-6 m-2 cursor-pointer"
onClick={_ => setApplePayIntegrationType(_ => #simplified)}>
Expand Down

0 comments on commit 6af0622

Please sign in to comment.