after cancelling a purchase, the Buy button stays on "in progress" for a while
Bug #1383890 reported by
Julia Palandri
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Incomplete
|
Undecided
|
Alejandro J. Cura | ||
pay-service (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
pay-service (Ubuntu RTM) |
Triaged
|
Medium
|
Unassigned |
Bug Description
When trying to purchase an app, after pressing the Buy button it reads "in progress". Then I'm taken to a dialog to enter my password but if I cancel the purchase, I'm taken back to the previous page where the buy button still reads "in progress" for a while giving the impression that the purchase is still being made
Changed in pay-service (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in pay-service (Ubuntu RTM): | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Alejandro J. Cura (alecu) |
status: | New → Incomplete |
no longer affects: | pay-ui |
To post a comment you must log in.
This is a minor performance/UX issue, as a result of the way the payments system works. In order to know if something was purchased or not, the pay-service must hit the network again after the pay-ui is closed, which can take a couple seconds. It would be nice to make this faster, but I'm not sure if we can do so.