Skip to content

Commit

Permalink
Add loyalty support for masterpass payments (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurpolattimur committed Dec 25, 2023
1 parent 2d14067 commit 354a017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ type MasterpassPaymentTokenGenerateRequest struct {
BinNumber string `json:"binNumber,omitempty"`
ForceThreeDS bool `json:"forceThreeDS,omitempty"`
CreatePayment MasterpassCreatePayment `json:"createPayment,omitempty"`
Loyalty Loyalty `json:"loyalty,omitempty"`
}

type MasterpassPaymentCompleteRequest struct {
Expand Down

0 comments on commit 354a017

Please sign in to comment.