6/12/2015 12:11:07 AM
state (that was the fix from #327), but also allows to move
payment transaction status to UNKNOWN (similary to Timeout exception) so Janitor can decide what really happened and fix it if necessary.
|
6/11/2015 11:38:52 PM
to group all the logic around plugin result conversion into one class that can be reused at various places
|
6/11/2015 11:13:01 PM
[STILL NO SIDE EFFECT]
|
6/11/2015 8:17:19 PM
sub-package to isolate callbacks from the 2 state machines (payments and control)
* Rename 'control' callbacks to look like 'payments' callbacks and remove 'Retry' as much as possible
|
|
|
6/10/2015 7:27:58 PM
and createVoidWithPaymentControl.
Add beatrix test to verify behavior with test control routing plugin
|
6/8/2015 8:06:41 PM
i realized that we always pass null for the lastSuccessPaymentState when this one should not change (The PaymentDao will expect a null value and not update that column)
|
|
6/6/2015 7:08:40 PM
new test to verify behavior of getPaymentAttemptsByStateAcrossTenants when there are entries for multiple tenants
Modify existing test for getPaymentsByStatesAcrossTenants to include multiple tenants
|