From 415d9b826c3ff3c208b3c7dc7582a7769f94da90 Mon Sep 17 00:00:00 2001 From: Luke Holder Date: Mon, 19 Aug 2024 21:22:36 +0800 Subject: [PATCH] Typo --- src/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin.php b/src/Plugin.php index 5456dc7..f5206ab 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -179,7 +179,7 @@ public function init() // get stripe environment from the secret key $this->stripeMode = $this->getStripeMode(); - $this->stripeBaseUrl = $this->dashboardUrl . ($this->stripeMode == 'test' ? '/test' : '/'); + $this->stripeBaseUrl = $this->dashboardUrl . ($this->stripeMode == 'test' ? '/test' : ''); }); }