Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't trim the request values from Paddle #275

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

patrickomeara
Copy link
Contributor

Paddle verifies the signature based on the input as they have it on their end. If Cashier receives strings that have been trimmed by the framework, the signature verification fails. The fields need to stay exactly as Paddle sends them.

Related issues: #120 #152 #173 #121

Paddle verifies the signature based on the input as they have it on their end. If Cashier receives strings that have been trimmed the signature verification fails. The fields need to stay as they are.

laravel#120
laravel#152
laravel#173
@taylorotwell taylorotwell merged commit c626c6e into laravel:1.x Aug 8, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants