Skip to content

Commit

Permalink
feat: fiuu google pay gateway name (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanikabansal-juspay authored Oct 14, 2024
1 parent c5f86d8 commit 721cd4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ let getCustomGateWayName = connector => {
| Processors(AUTHORIZEDOTNET) => "authorizenet"
| Processors(GLOBALPAY) => "globalpayments"
| Processors(BANKOFAMERICA) | Processors(CYBERSOURCE) => "cybersource"
| Processors(FIUU) => "molpay"
| _ => connector
}
}
Expand Down

0 comments on commit 721cd4a

Please sign in to comment.