@Path(value="shops/{shopId}/payments/paypalplus")
@RolesAllowed(value="external_notifications")
public class NotificationResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private IpnProcessor |
processor |
Constructor and Description |
---|
NotificationResource() |
Modifier and Type | Method and Description |
---|---|
void |
createNotification(java.lang.String ipnBody,
javax.ws.rs.container.AsyncResponse asyncResponse,
java.lang.String shopId) |
@Inject private IpnProcessor processor