File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
commercetools/commercetools-sdk-java-api/src
main/java/com/commercetools/api/models/payment
test/java/com/commercetools Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 11
22package com .commercetools .api .models .payment ;
33
4+ import java .util .Optional ;
5+
46import com .commercetools .api .models .common .LocalizedString ;
57import com .commercetools .api .models .payment_method .PaymentMethodToken ;
68import com .commercetools .api .models .type .CustomFields ;
79import com .commercetools .api .models .type .CustomFieldsMixin ;
810
9- import java .util .Optional ;
10-
1111public interface PaymentMethodInfoMixin {
1212
1313 public String getPaymentInterface ();
Original file line number Diff line number Diff line change 1+
12package com .commercetools ;
23
3- import com . commercetools . api .models . cart_discount . CartDiscountValue ;
4- import com . commercetools . api . models . cart_discount . CartDiscountValueAbsoluteDraft ;
4+ import static org . junit . jupiter . api .Assertions . assertNotNull ;
5+
56import com .commercetools .api .models .common .LocalizedString ;
6- import com .commercetools .api .models .common .Money ;
7- import com .commercetools .api .models .customer .CustomerResourceIdentifierBuilder ;
8- import com .commercetools .api .models .payment .PaymentDraft ;
97import com .commercetools .api .models .payment .PaymentMethodInfo ;
10- import org .assertj .core .api .Assert ;
11- import org .junit .jupiter .api .Test ;
12- import org .mockito .Mock ;
138
14- import static org .assertj .core .api .Assertions .assertThat ;
15- import static org .junit .jupiter .api .Assertions .assertNotNull ;
9+ import org .junit .jupiter .api .Test ;
1610
1711public class PaymentMethodInfoMixinTest {
1812 @ Test
You can’t perform that action at this time.
0 commit comments