Skip to content

Commit

Permalink
Add bankId to paymentResponse (#72)
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 0344912 commit 6ae72b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/response/dto/MerchantPos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type MerchantPos = {
id: number;
name: string;
alias: string;
bankId: number;
};

export default MerchantPos;

0 comments on commit 6ae72b1

Please sign in to comment.