View Issue Details

IDProjectCategoryView StatusLast Update
0005155Talere-commerce integrationspublic2019-06-25 00:10
ReporterMarcello Stanisci Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionsuspended 
Product Versiongit (master) 
Summary0005155: potential patches to Saleor
DescriptionThis is a collection of features that Saleor currently misses, and *might* be included in some patches.

- Error reporting: Saleor tells little about errors in its "details" page; to fix that, we could store error messages coming from the backend in a text field inside the payment object and show this information in the details page.

- Payment re-triggering: whenever a payment fails, we should have a way to trigger the failed payment from the details page; not sure if Saleor has this now.

- Error details from the wallet: (NOTE) this invalidates the two points above. We could have a button that triggers the wallet to show again the error message from the backend; on that informational page we can add a "replay" button to let the user retry the payment. This way, we don't render any error message in the details page - as other methods do - and don't have to store messages from the backend in the (Saleor's) payment object.

Other suggestions are welcome!
TagsNo tags attached.

Activities

Marcello Stanisci

2019-06-25 00:10

reporter   ~0014586

Suspending as Saleor/django-payments devs did not integrate Taler into their e-commerce system.

Pull request is still pending: https://github.com/mirumee/django-payments/pull/158

Issue History

Date Modified Username Field Change
2017-10-20 13:46 Marcello Stanisci New Issue
2017-10-20 22:59 Christian Grothoff Severity minor => feature
2017-10-20 22:59 Christian Grothoff Status new => confirmed
2017-10-20 22:59 Christian Grothoff Product Version => git (master)
2017-10-20 22:59 Christian Grothoff Description Updated
2019-06-25 00:10 Marcello Stanisci Status confirmed => closed
2019-06-25 00:10 Marcello Stanisci Resolution open => suspended
2019-06-25 00:10 Marcello Stanisci Note Added: 0014586
2023-12-03 01:25 Christian Grothoff Category Saleor frontend => e-commerce integrations