Skip to content

Commit

Permalink
Add bankId to PaymentResponse (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Onur Polattimur <[email protected]>
  • Loading branch information
tuncaserhat and onurpolattimur authored Nov 12, 2021
1 parent 513e535 commit 79d8ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/craftgate/response/dto/MerchantPos.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ public class MerchantPos {
private Long id;
private String name;
private String alias;
private Long bankId;
}

0 comments on commit 79d8ce7

Please sign in to comment.