Skip to content

Commit

Permalink
Merge branch 'master' into adds-payout-date-for-report
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicanAkkus authored Oct 6, 2023
2 parents d74b704 + 6c8ff79 commit af88b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/response/InitGarantiPayPaymentResponse.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
type InitGarantiPayPaymentResponse = {
htmlContent: string;
paymentId: number;
};

export default InitGarantiPayPaymentResponse;
1 change: 1 addition & 0 deletions src/response/InitThreeDSPaymentResponse.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
type InitThreeDSPaymentResponse = {
htmlContent: string;
paymentId: number;
};

export default InitThreeDSPaymentResponse;

0 comments on commit af88b7c

Please sign in to comment.