Skip to content

Commit

Permalink
feat: enable apple pay cybersource
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 committed Dec 18, 2023
1 parent 05b32e5 commit 89bcafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/HyperSwitch/Connectors/Wallets/Wallet.res
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module Wallets = {
}
<div>
{switch (method->getPaymentMethodTypeFromString, connector->getConnectorNameTypeFromString) {
| (ApplePay, STRIPE) | (ApplePay, BANKOFAMERICA) =>
| (ApplePay, STRIPE) | (ApplePay, BANKOFAMERICA) | (ApplePay, CYBERSOURCE) =>
<ApplePayWalletIntegration metadataInputs update metaData setShowWalletConfigurationModal />
| _ =>
<Form initialValues={metaData} onSubmit validate>
Expand Down

0 comments on commit 89bcafb

Please sign in to comment.