Page MenuHomePhabricator

Mostly implement order refunds and cancellations
ClosedPublic

Authored by epriestley on Oct 8 2014, 9:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:14 AM
Unknown Object (File)
Sun, Apr 7, 3:08 AM
Unknown Object (File)
Sat, Apr 6, 11:55 PM
Unknown Object (File)
Tue, Apr 2, 6:26 PM
Unknown Object (File)
Mar 10 2024, 10:07 AM
Unknown Object (File)
Feb 2 2024, 11:33 PM
Unknown Object (File)
Jan 30 2024, 1:35 PM
Unknown Object (File)
Jan 24 2024, 10:29 PM
Subscribers

Details

Summary

Ref T2787. This has some rough edges but basically works.

  • Users can cancel orders that are in incomplete states (or in complete states, if the application allows them to -- for example, some future application might allow cancellation of billed-but-not-shipped orders).
  • Merchant controllers can partially or fully refund orders from any state after payment.
Test Plan

This is still rough around the edges, but issued Stripe and WePay refunds.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Mostly implement order refunds and cancellations.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

Half of this data is test bugs, but rough idea:

Screen_Shot_2014-10-08_at_2.14.04_PM.png (1×1 px, 231 KB)

btrahan edited edge metadata.
This revision is now accepted and ready to land.Oct 8 2014, 10:13 PM
This revision was automatically updated to reflect the committed changes.