Skip to content

Commit

Permalink
Add loyalty support for masterpass payments
Browse files Browse the repository at this point in the history
  • Loading branch information
onurpolattimur committed Dec 21, 2023
1 parent 988ea18 commit 231c736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/request/MasterpassPaymentTokenGenerateRequest.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import {Loyalty} from '../model/Loyalty';

import MasterpassCreatePayment from './dto/MasterpassCreatePayment';

type MasterpassPaymentTokenGenerateRequest = {
Expand All @@ -6,6 +8,7 @@ type MasterpassPaymentTokenGenerateRequest = {
binNumber: string;
forceThreeDS: boolean;
createPayment: MasterpassCreatePayment;
loyalty: Loyalty;
};

export default MasterpassPaymentTokenGenerateRequest;

0 comments on commit 231c736

Please sign in to comment.