6/12/2015 10:59:45 PM
UnknownPaymentTransactionTask and PendingPaymentTransactionTask -> IncompletePaymentTransactionTask (which follow a similar logic)
Modify PaymentConfig to export new parameters getIncompleteTransactionsTimeSpanDelay(), getIncompleteTransactionsTimeSpanGiveup()
Fix tests
|
6/12/2015 5:02:32 PM
and PendingPaymentTransactionTask
A bit of renaming in the janitor tasks
Fix MockPaymentProviderPlugin to keep track of PaymentTransactionInfoPlugin
|
|
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
|