6/14/2012 3:32:06 PM
change.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
6/14/2012 3:31:08 PM
GET /1.0/kb/accounts/<accountId>/emailNotifications and
PUT /1.0/kb/accounts/<accountId>/emailNotifications to turn
on and off notifications.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
6/14/2012 1:18:13 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
6/13/2012 9:18:08 PM
and
/1.0/kb/accounts/<accountId>/emails/<email>.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
6/13/2012 8:48:00 PM
into integration
Conflicts:
jaxrs/src/main/java/com/ning/billing/jaxrs/resources/AccountResource.java
jaxrs/src/main/java/com/ning/billing/jaxrs/resources/JaxrsResource.java
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
|
6/13/2012 6:18:20 PM
into integration
|
|
6/13/2012 8:42:04 PM
= false attribute.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
6/13/2012 8:26:14 PM
emails will be used to send invoices.
Added:
* GET /1.0/kb/accounts/emails/<accountId> which returns the list of
emails associated to an account
* POST /1.0/kb/accounts/emails/<accountId> to add an email to an account
* DELETE /1.0/kb/accounts/emails/<accountId>/<email> to remove an email
from an account
Added tests in account, jaxrs and server.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|