Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Aug 19, 2024
1 parent 4a41288 commit 415d9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' : '');
});
}

Expand Down

0 comments on commit 415d9b8

Please sign in to comment.