@Path(value="shops/{shopId}/payments/mollie/update")
public class MolliePaymentStatusResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOG |
private PaymentServiceEP6 |
paymentServiceEP6 |
private PaymentServiceMollie |
paymentServiceMolly |
Constructor and Description |
---|
MolliePaymentStatusResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
updatePayment(java.lang.String shopId,
java.lang.String paymentId) |
private static org.slf4j.Logger LOG
@Inject private PaymentServiceEP6 paymentServiceEP6
@Inject private PaymentServiceMollie paymentServiceMolly