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
|
|
|
6/5/2015 6:16:41 PM
PendingTransactionTask
Cleanup for ErroredPaymentTask and AttemptCompletionTask
PaymentDao and SqlDao : renaming and remove unused context to make clear requests are across tenants
|
5/30/2015 1:09:48 PM
session reflect the stale last access time
value, so the comparison accessedRecently uses the old value,
not the one from the (cached) last request.
The implementation is not pretty but with the current code,
I haven't found a better way :/
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|