Re: database update after paypal payment

2018-04-25 Thread mab . mobile . 01
Hello Michael, I am having the same problem. I have no problems submitting the data from my website to paypal. I am using Django 2.0.x and just need the django IPN-listener code in an easy to understand way. I want to receive data back from paypal IPN and be able to store it in my database ie

Re: database update after paypal payment

2017-03-22 Thread Michael Goytia
Hello, If you still need help please email me and I can assist you. also look at this page Michael Goytia On Wednesday, March 1, 2017 at 7:11:08 PM UTC-7, Agou

Re: database update after paypal payment

2017-03-01 Thread Agoulou Zegouna
Thanks all ! I tried to Use django-paypal. can you please give me a concrete example after from step 5 to 6? I have no idea of what to do? https://django-paypal.readthedocs.io/en/stable/standard/ipn.html On Wed, Mar 1, 2017 at 1:46 PM, Mario Gudelj wrote: > You should use Django-PayPal app. It

Re: database update after paypal payment

2017-03-01 Thread Mario Gudelj
You should use Django-PayPal app. It has views for IPN and PDT, stores transaction details in DB, does TX verification and it fires of a signal when when a successful transaction comes in to your webhook. All you have to do is specify some URLs and settings. It'll even render that front end form f

Re: database update after paypal payment

2017-03-01 Thread Melvyn Sopacua
On Tuesday 28 February 2017 21:13:39 agoulouzego...@gmail.com wrote: > hello! I am trying to update my database after paypal has received > the payment from customer. The problem is that I don't really know to > do it. This is what I am doing now This code is all irrelevant. This is the important

database update after paypal payment

2017-02-28 Thread agoulouzegouna
hello! I am trying to update my database after paypal has received the payment from customer. The problem is that I don't really know to do it. This is what I am doing now here is my model *class SubmitDoc(models.Model):* *Student = 'stu'* *Professional = 'Pro'* *Status_CHOICE