Skip to content

Commit

Permalink
upd: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdev01 committed Dec 28, 2024
1 parent 2953306 commit 28649d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/io/github/jpdev/asaassdk/doc/Examples.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import io.github.jpdev.asaassdk.rest.payment.identificationfield.PaymentIdentificationField;
import io.github.jpdev.asaassdk.rest.payment.status.PaymentStatusData;
import io.github.jpdev.asaassdk.rest.paymentlink.PaymentLink;
import io.github.jpdev.asaassdk.rest.paymentsplit.Split;
import io.github.jpdev.asaassdk.rest.pix.addresskey.PixAddressKey;
import io.github.jpdev.asaassdk.rest.pix.enums.PixAddressKeyStatus;
import io.github.jpdev.asaassdk.rest.pix.enums.PixAddressKeyType;
Expand Down Expand Up @@ -69,6 +70,8 @@ private static void splittedPayment() {
.create();

System.out.println(payment.getSplit().get(0).getId().toString());

System.out.println(Split.paidReader().read().getData().size());
}

private static void paging() {
Expand Down

0 comments on commit 28649d6

Please sign in to comment.