Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.24 KB

django-payu-latam

django-payu-latam is a Django application for Payu. Currently only works for supported credit cards in the supported countries in Latam.

Supported countries:

  • Argentina
  • Brazil
  • Chile
  • Colombia
  • Mexico
  • Panama
  • Peru

Installing

pip install django-payu-latam

Python library

If you want to use Payu in any Python script or web framework, we recommend you to use our python library:

payu-python

Usage

Requirements

Contributing

We are always grateful for any kind of contribution including but not limited to bug reports, code enhancements, bug fixes, and even functionality suggestions.

You can report any bug you find or suggest new functionality with a new issue.

If you want to add yourself some functionality to the wrapper:

  1. Fork it ( https://github.com/GearPlug/django-payu-latam )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Adds my new feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request