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(java.lang.String shopId)
From EP6
|
void |
updatePayment(java.lang.String shopId,
Payment payment)
In EP6
|
private final InvocationBuilder ep6InvBuilder
@Inject public PaymentServiceEP6Impl(InvocationBuilder ep6InvBuilder)
public ApiToken getApiKeyToken(java.lang.String shopId)
PaymentServiceEP6
getApiKeyToken
in interface PaymentServiceEP6
public void updatePayment(java.lang.String shopId, Payment payment)
PaymentServiceEP6
updatePayment
in interface PaymentServiceEP6
private static UpdatePaymentRequest buildUpdatePaymentRequest(Payment payment)