public class PaymentServiceEP6Impl extends java.lang.Object implements PaymentServiceEP6
Modifier and Type | Field and Description |
---|---|
private InvocationBuilder |
ep6InvBuilder |
Constructor and Description |
---|
PaymentServiceEP6Impl(InvocationBuilder ep6InvBuilder) |
Modifier and Type | Method and Description |
---|---|
private static UpdatePaymentRequest |
buildUpdatePaymentRequest(Payment payment) |
ApiToken |
getApiKeyToken(ShopRequestContext shopReqCtx)
From EP6
|
void |
updatePayment(ShopRequestContext shopReqCtx,
Payment payment)
In EP6
|
private final InvocationBuilder ep6InvBuilder
@Inject public PaymentServiceEP6Impl(InvocationBuilder ep6InvBuilder)
public ApiToken getApiKeyToken(ShopRequestContext shopReqCtx)
PaymentServiceEP6
getApiKeyToken
in interface PaymentServiceEP6
public void updatePayment(ShopRequestContext shopReqCtx, Payment payment)
PaymentServiceEP6
updatePayment
in interface PaymentServiceEP6
private static UpdatePaymentRequest buildUpdatePaymentRequest(Payment payment)