forked from go-packages/paypal
MerchantPreferences.SetupFee omitempty
This commit is contained in:
parent
3f9821784c
commit
d4da804af2
2
types.go
2
types.go
|
@ -249,7 +249,7 @@ type (
|
|||
|
||||
// MerchantPreferences struct
|
||||
MerchantPreferences struct {
|
||||
SetupFee AmountPayout `json:"setup_fee,omitempty"`
|
||||
SetupFee *AmountPayout `json:"setup_fee,omitempty"`
|
||||
ReturnUrl string `json:"return_url,omitempty"`
|
||||
CancelUrl string `json:"cancel_url,omitempty"`
|
||||
AutoBillAmount string `json:"auto_bill_amount,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user