Skip to content

Commit

Permalink
Add enabledInstallment field to Garanti Pay Init Request
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak committed Oct 11, 2024
1 parent dfaed05 commit fa49b7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ public class InitGarantiPayPaymentRequest {
protected String bankOrderId;
protected List<PaymentItem> items;
protected List<GarantiPayInstallment> installments;
private List<Integer> enabledInstallments;
}

0 comments on commit fa49b7e

Please sign in to comment.