How to send passthrough and how to receive and store that passthrough after payment succeeded? #40428
Unanswered
MdAnowarHosen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I'm using laravel 7 and cashier (paddle) package.
I want to send the product id as an array with Laravel cashier (paddle) passthrough and after payment succeeded, I want to store it in the database. But how to send passthrough and how to store that passthrough data after payment succeeded?
Here is myController code:
Here is pay.blade.php page
<x-paddle-checkout :override="$payLink" class="w-full" height="500" />
Here is WebhookController
Here,
$data['test'] = $payload['passthrough'];
does not work.Beta Was this translation helpful? Give feedback.
All reactions