From 1c69613d65522fa258792a39b1cf1eb6b1a40bb7 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Mon, 5 Aug 2024 16:15:53 +0000 Subject: [PATCH] [accelerator] fix click binding on payment method buttons --- .../accelerate-checkout.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html index b9a176055..74cc73b83 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html @@ -403,14 +403,14 @@ } @if (canPayWithApplePay) { @if (canPayWithCashapp) { } -
- +
+
} @if (canPayWithGooglePay) { @if (canPayWithCashapp || canPayWithApplePay) { } -
- +
+
}