Re: Help with payment processing in django

2020-09-12 Thread coolguy
Buddy... did you design your project or you want us to design it for you... did you create models, views... On Friday, September 11, 2020 at 6:52:31 AM UTC-4 shyam.ac...@gmail.com wrote: > > Hi guys, I am working on a project which offers contents and every > content has a different price. i

Re: Help with payment processing in django

2020-09-11 Thread Omkar Parab
Check-out last few videos of this 👇 series. https://www.youtube.com/playlist?list=PLpyspNLjzwBnGesxJOt_0r4xTWR80j7Y3 On Fri, Sep 11, 2020, 4:22 PM shyam.ac...@gmail.com < shyam.acharjy...@gmail.com> wrote: > > Hi guys, I am working on a project which offers contents and every > content has a di

Re: Help with payment processing in django

2020-09-11 Thread Ogunsanya Opeyemi
Hi i have message me on whatsapp lets talk 09062351846 On Friday, September 11, 2020, shyam.ac...@gmail.com < shyam.acharjy...@gmail.com> wrote: > > Hi guys, I am working on a project which offers contents and every > content has a different price. i want the users to see only the overview of >

Help with payment processing in django

2020-09-11 Thread shyam.ac...@gmail.com
Hi guys, I am working on a project which offers contents and every content has a different price. i want the users to see only the overview of the content, and if they want full access to the content they have to buy it. If anyone here has done something like this before please let me know.