Skip to content

Commit

Permalink
feat: enable google pay for airwallex
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudit Bhatia authored and Mudit Bhatia committed Dec 24, 2024
1 parent c278fbd commit bd9a45f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ module CardRenderer = {
{
switch connector->getConnectorNameTypeFromString {
| Processors(TRUSTPAY)
| Processors(AIRWALLEX)
| Processors(STRIPE_TEST) => false
| _ => true
}
Expand Down Expand Up @@ -303,7 +302,7 @@ module CardRenderer = {
(paymentMethod->getPaymentMethodFromString === BankDebit && shouldShowPMAuthSidebar)}>
<Modal
modalHeading
headerTextClass={`${textColor.primaryNormal} font-bold text-xl`}
headerTextClass={`${textColor.primaryNormal} font-bold text-xs`}
headBgClass="sticky top-0 z-30 bg-white"
showModal={showWalletConfigurationModal}
setShowModal={setShowWalletConfigurationModal}
Expand Down

0 comments on commit bd9a45f

Please sign in to comment.