5/31/2016 9:34:43 PM
new methods.
|
|
6/14/2016 8:00:41 PM
rows at the SQL level so they are not returned unless there is a valid payment_id
|
6/14/2016 6:36:55 PM
(similar fix that already exists in 0.17.x)
|
|
6/14/2016 2:48:05 PM
for the 0.17.x behavior. see #560
In 0.17.x release invoice_payments have a success field which allow to record both success and failed payments.
|
|
6/14/2016 2:43:40 PM
when returing invoice amounts (and therefore benefit from correctly formatting the amount)
|
6/14/2016 2:42:17 PM
to an invoice for which entries in invoice_payments have a NULL payment_id (payment failed). See #560
|
6/13/2016 5:48:24 PM
creation call.
The code in junction assumes that subscriptions are correctly ordered in the bundle to have the BP in the first position. In the case
of dryRun, the subscription returned is tweaked by hand and ordering was broken (failing an integration test).
|