Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fiuu google pay gateway name #1596

Closed
srujanchikke opened this issue Oct 14, 2024 · 0 comments · Fixed by #1597
Closed

Add fiuu google pay gateway name #1596

srujanchikke opened this issue Oct 14, 2024 · 0 comments · Fixed by #1597
Assignees

Comments

@srujanchikke
Copy link

srujanchikke commented Oct 14, 2024

currently googlepay.metadata gateway names are hardcoded for few connectors as per googlepay documentation.
Same needs to done for fiuu(connector).

let getCustomGateWayName = connector => {
  open ConnectorUtils
  open ConnectorTypes
  switch connector->getConnectorNameTypeFromString {
  | Processors(CHECKOUT) => "checkoutltd"
  | Processors(NUVEI) => "nuveidigital"
  | Processors(AUTHORIZEDOTNET) => "authorizenet"
  | Processors(GLOBALPAY) => "globalpayments"
  | Processors(BANKOFAMERICA) | Processors(CYBERSOURCE) => "cybersource"
  | _ => connector
  }
}

gateway name details
processor : fiuu
gateway : "molpay"

@kanikabansal-juspay kanikabansal-juspay self-assigned this Oct 14, 2024
@kanikabansal-juspay kanikabansal-juspay linked a pull request Oct 14, 2024 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants