Skip to content

Commit 973ae3c

Browse files
committed
Merge branch 'develop' of https://github.com/open-pay/openpay-java into develop
2 parents 38fdf4b + d0f8b49 commit 973ae3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/integration/mx/openpay/core/client/full/LendingChargeTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void merchantLendingCharge() throws OpenpayServiceException, ServiceUnava
6565
lendingBilling.setEmail("jose.lopez+1@openpay.com");
6666
lendingData.setBilling(lendingBilling);
6767

68-
List<LendingItems> lendingItemsList = new ArrayList<>();
68+
List<LendingItems> lendingItemsList = new ArrayList<LendingItems>();
6969
LendingItems lendingItems = new LendingItems();
7070
lendingItems.setName("Tenis zoom 5");
7171
lendingItems.setDescription("Nike Air Zoom Wild Horse 5, Color Blanco Talla 32");
@@ -143,7 +143,7 @@ public void customerLendingCharge() throws OpenpayServiceException, ServiceUnava
143143
lendingBilling.setEmail("jose.lopez+1@openpay.com");
144144
lendingData.setBilling(lendingBilling);
145145

146-
List<LendingItems> lendingItemsList = new ArrayList<>();
146+
List<LendingItems> lendingItemsList = new ArrayList<LendingItems>();
147147
LendingItems lendingItems = new LendingItems();
148148
lendingItems.setName("Tenis zoom 5");
149149
lendingItems.setDescription("Nike Air Zoom Wild Horse 5, Color Blanco Talla 32");

0 commit comments

Comments
 (0)