From d105f5871907e634bc14920d59e98302ef7cb2e3 Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Mon, 6 Jul 2020 13:23:35 +0100
Subject: [PATCH] Fix #215 when Stripe is the default payment processor make
 sure we cleanup if switching to another processor

---
 js/civicrm_stripe.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/civicrm_stripe.js b/js/civicrm_stripe.js
index 75e857a2..3f0116b4 100644
--- a/js/civicrm_stripe.js
+++ b/js/civicrm_stripe.js
@@ -37,6 +37,7 @@ CRM.$(function($) {
       }
     }
     else {
+      notStripe();
       triggerEvent('crmBillingFormReloadComplete');
     }
   };
-- 
GitLab