Skip to content

Commit

Permalink
add masterpassUserId field to init checkout payment request (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurpolattimur authored Nov 12, 2021
1 parent b21e5fe commit 513e535
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class InitCheckoutPaymentRequest {

protected List<PaymentMethod> enabledPaymentMethods;
protected String masterpassGsmNumber;
protected String masterpassUserId;

protected String cardUserKey;

Expand Down

0 comments on commit 513e535

Please sign in to comment.