From eab24da4c4ebeb22d0787479b3d75836a60bdd34 Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Tue, 1 Jun 2021 13:37:29 +0100
Subject: [PATCH] Change billing container div id to
 crm-payment-js-billing-form-container (was stripeContainer)

---
 templates/CRM/Core/Payment/Stripe/Card.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/CRM/Core/Payment/Stripe/Card.tpl b/templates/CRM/Core/Payment/Stripe/Card.tpl
index 3d8be0a1..b4f72b6b 100644
--- a/templates/CRM/Core/Payment/Stripe/Card.tpl
+++ b/templates/CRM/Core/Payment/Stripe/Card.tpl
@@ -23,7 +23,7 @@
 
 {* Add the components required for a Stripe card element *}
 {crmScope extensionKey='com.drastikbydesign.stripe'}
-  <div id="stripeContainer">
+  <div id="crm-payment-js-billing-form-container" class="stripe">
     <div id="card-element" style="display: none"></div>
     <div id="paymentrequest-element" style="display: none"></div>
     {* Area for Stripe to report errors *}
-- 
GitLab