jazzband/django-payments

Total amount verification to match purchased items totals

juanpsenn opened this issue · 1 comments

With some providers like Mercadopago, you can face some integrity issues since the total amount of the payment may be different from the total amount of the purchased items associated with it.

An assertion should be added to payment providers that don't receive the total via the API.