django-mercadopago
django-mercadopago copied to clipboard
⚠️ Deprecated. Use https://github.com/jazzband/django-payments/ instead.
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0)
This causes an exception when is not sent, here i will show an example with credit card payment and its json anwser ```json { "collection_id": ["155448647"], "collection_status": ["approved"], "payment_id": ["155448647"],...
I've migrated to using **[django-payments](https://github.com/jazzband/django-payments)** on most of the websites I maintain for over a year now. It's generally better designed, and has the upside of supporting multiple payment processors....
Hello When upgrading from version 5 to version 6, data migration 20 fails on line 15. This is because the Preferences model does not contain the description attribute.
Hi @WhyNotHugo , I'm trying to integrate my webservice with front end and Mercado pagoA API, I need to create payments with recurrencing every month. How do I make this...
What do you think about it? I cant run the test because I believe that the Account `app_id` and `secret_key` are not valid. ``` python ====================================================================== ERROR: test_existing_notification (tests.test_views.CreateNotificationTestCase) ----------------------------------------------------------------------...
Something like this could fix https://github.com/WhyNotHugo/django-mercadopago/issues/21
https://github.com/WhyNotHugo/django-mercadopago/blob/0cf8a43dce4f9097073993c4fc1ab9137c9c60d5/django_mercadopago/models.py#L20 I need to personalize some of this..