From 916668c5e192050997e4fe687e3c053bed6a7fdc Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Thu, 5 Sep 2024 09:49:56 +0100
Subject: [PATCH] Update other test keys

---
 api/v3/Stripe/Setuptest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/v3/Stripe/Setuptest.php b/api/v3/Stripe/Setuptest.php
index 52b9f19f..7247bcd3 100644
--- a/api/v3/Stripe/Setuptest.php
+++ b/api/v3/Stripe/Setuptest.php
@@ -24,8 +24,8 @@ function _civicrm_api3_stripe_Setuptest_spec(&$spec) {
   // Note: these test credentials belong to PTP and are contributed to
   // tests can be automated. If you are setting up your own testing
   // infrastructure, please use your own keys.
-  $spec['sk']['api.default'] = 'sk_test_TlGdeoi8e1EOPC3nvcJ4q5UZ';
-  $spec['pk']['api.default'] = 'pk_test_k2hELLGpBLsOJr6jZ2z9RaYh';
+  $spec['sk']['api.default'] = 'sk_test_WHbZbmFH97YpY2y4OpVfry9W';
+  $spec['pk']['api.default'] = 'pk_test_PNlMrGPvqOxwLK6Y3A9B2EFn';
 }
 
 /**
-- 
GitLab