1/20/2017 10:55:48 PM
catalog initialization. See #696
|
|
1/20/2017 9:24:42 PM
current separator when exporting data is the ',' so our import script does not understand the difference between
a value separated from another value versus values that contain JSON (and therefore ',' as well). Using a completely different
(unused) symbol makes the process of importing much simpler (and reliable)
import script has been changed accordingly to now handle the new '|' separator and i verifed notifications and bus_history tables are now correctly imported.
|
1/19/2017 5:30:12 PM
specify required user/pwd and tenant key/secret
Also add a new action to allow both export and import into one 'go'
|
1/19/2017 12:19:55 AM
listner. Fixes #695
|
1/18/2017 9:39:07 PM
was deleted. See fb158e22dbd3750b671f60416162a65e7cd75c8f
|
1/18/2017 8:47:53 PM
method had been deleted. See #694
We had changed this behavior when fixing #255, but unfortunately, although that change was made consciously,
we don't recall the reasoning behind it. It seems like this was a poor choice so we are reverting that behavior.
/cc @pierre Should we also allow other operations to happen as well (e.g Void) when payment method has been deleted,
ot should we restrict it to Refund and Chargeback?
|
|
1/12/2017 4:43:25 PM
for last overdue status. Fixes #687
|
1/10/2017 10:32:29 PM
fields in the catalog. Fixes #688
Note that code in JAXRS can now safely assume such fields will be not null and the NPE reported in the bug
disappears (as shown by the new profile test)
|