Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed Sep 12, 2024
1 parent bf0a8c3 commit 04a9913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Webhook/StripeRequestParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function createRequestParser(): RequestParserInterface

protected function getSecret(): string
{
return getenv('STRIPE_SIGNING_SECRET');
return 'STRIPE_SIGNING_SECRET';
}

protected function createRequest(string $payload): Request
Expand Down

0 comments on commit 04a9913

Please sign in to comment.