eol-uchile / ecommerce

Service for managing edX's product catalog and handling orders for those products
https://edx-ecommerce.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
1 stars 2 forks source link

Adds creation timestamp and failure URL to __str__ method in BoletaErrorMessage class #25

Open fsologureng opened 3 weeks ago

fsologureng commented 3 weeks ago

Reports from system about API ventas errors doesn't contain date nor failed request's url https://github.com/eol-uchile/ecommerce/blob/95700b8a73dde1a6c47120b6236c9eaa0d700ee6/ecommerce/extensions/payment/models.py#L379-L390

The URL must be passed from constructor where request data is available.