10/13/2014 10:47:45 AM
Meyer <pierre@mouraf.org>
|
10/12/2014 10:05:40 PM
for ProfilingMethodInterceptor.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
10/11/2014 6:27:16 PM
(annotations) is required.
You can access the documentation at: http://localhost:8080/api-docs
To use the UI, clone the swagger-ui repo at: git@github.com:wordnik/swagger-ui.git
Open dist/index.html in a browser and put http://localhost:8080/api-docs
in the url bar, then click 'explore'.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
10/15/2014 9:11:07 PM
The code will go through the various plugins in the specified order (similar to servlet filters approach).
* If one of them abort the payment calls, the others are not tried and payment is aborted.
* If values are overriden (payment amount, currency, paymentMethodId), the next plugin gets the updated values, and may still decide to also override them
* When payment fails, the nextRetry date is calculated as the min between all the dates returned by the plugins
|
10/12/2014 8:59:57 PM
Fixes #198
|
|
|
10/7/2014 10:45:16 PM
so that old invoices don't change
|
|
|