Fulfill Order #460
Answered
by
saleheenkhan
saleheenkhan
asked this question in
Q&A
|
I have successfully integrated pay to my rails app & The subscription is working fine & live. Now I want to use order fulfillment after successful payment for one-off charges. I have a model called here is my I am a newbie at rails not have much knowledge of it, but so far I understood I have to use Webhooks to fulfill the order. From the pay docs, I got a code snippet But I don't know how to apply the above codes or where to apply the codes. If anyone can guide me regarding this I would really appreciate it. Best, |
Answered by
saleheenkhan
Oct 27, 2021
Replies: 1 comment
|
It's solved.. Managed to make it work. added above to Pay Initializer file |
0 replies
Answer selected by
saleheenkhan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's solved.. Managed to make it work.
added
above to Pay Initializer file