Skip to content

Commit

Permalink
Add paymentId field to masterpass 3ds init response
Browse files Browse the repository at this point in the history
  • Loading branch information
onurpolattimur committed Jun 6, 2024
1 parent 138ce70 commit f3c5014
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 @@ -1096,6 +1096,7 @@ type PayoutAccountResponse struct {
}

type MasterpassPaymentThreeDSInitResponse struct {
PaymentId *int64 `json:"paymentId"`
ReturnUrl *string `json:"returnUrl"`
}

Expand Down

0 comments on commit f3c5014

Please sign in to comment.