Skip to content

Commit

Permalink
ajust payment
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieAranha committed Apr 18, 2024
1 parent 9ec63dd commit 7f5e54a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class PaymentAdditionalInfo {
private String ipAddress;

/** List of items to be paid. */
private List<? extends PaymentItem> items;
private List<PaymentItem> items;

/** Payer's information. */
private PaymentAdditionalInfoPayer payer;
Expand Down

This file was deleted.

0 comments on commit 7f5e54a

Please sign in to comment.