@Path(value="shops/{shopId}/payments/mollie")
public class MolliePaymentStatusResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private UpdatePaymentService |
updatePaymentService |
Constructor and Description |
---|
MolliePaymentStatusResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
updatePayment(java.lang.String shopId,
java.lang.String paymentId) |
@Inject private UpdatePaymentService updatePaymentService