Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating a payment gateway with Django-Oscar?

Tags:

People also ask

Does PayPal use Django?

Django PayPal is a pluggable application that implements with PayPal Payments Standard and Payments Pro. These docs are for django-paypal 2.0 - please ensure that corresponds to the version you are using!


I want to integrate a payment gateway with oscar. I have integrated oscar-paypal it works fine. Should I follow oscar-paypal and try to emulate it ? This document doesn't gives the starting information but not exactly ?

I need this. To create order, change basket status, make payments, send email, and many other steps that oscar-paypal is doing.