Skip to content

Commit

Permalink
Add masterpass integration version field to generate token request (#179
Browse files Browse the repository at this point in the history
)
  • Loading branch information
onurpolattimur authored Jun 6, 2024
1 parent e6ebe97 commit a23a3d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Craftgate/Request/MaterpassPaymentTokenGenerateRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ public class MasterpassPaymentTokenGenerateRequest
public bool ForceThreeDS { get; set; }
public MasterpassCreatePayment CreatePayment { get; set; }
public Loyalty Loyalty { get; set; }
public int? MasterpassIntegrationVersion { get; set; }
}
}

0 comments on commit a23a3d5

Please sign in to comment.