Skip to content

Commit

Permalink
adds merchant apm id to apm init request (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterSlave committed Feb 15, 2023
1 parent 6d5dc36 commit 2f8e80a
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 @@ -383,6 +383,7 @@ type InitCheckoutPaymentRequest struct {

type InitApmPaymentRequest struct {
ApmType ApmType `json:"apmType,omitempty"`
MerchantApmId int64 `json:"merchantApmId,omitempty"`
Price float64 `json:"price,omitempty"`
PaidPrice float64 `json:"paidPrice,omitempty"`
Currency Currency `json:"currency,omitempty"`
Expand Down

0 comments on commit 2f8e80a

Please sign in to comment.