forked from go-packages/paypal
Fix go lint
This commit is contained in:
parent
6f5da20f7c
commit
035df40512
2
types.go
2
types.go
|
@ -145,6 +145,7 @@ type (
|
||||||
ProtectionEligibilityType string `json:"protection_eligibility_type,omitempty"`
|
ProtectionEligibilityType string `json:"protection_eligibility_type,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// AuthorizeOrderResponse .
|
||||||
AuthorizeOrderResponse struct {
|
AuthorizeOrderResponse struct {
|
||||||
CreateTime *time.Time `json:"create_time,omitempty"`
|
CreateTime *time.Time `json:"create_time,omitempty"`
|
||||||
UpdateTime *time.Time `json:"update_time,omitempty"`
|
UpdateTime *time.Time `json:"update_time,omitempty"`
|
||||||
|
@ -644,6 +645,7 @@ type (
|
||||||
UpdateTime *time.Time `json:"update_time,omitempty"`
|
UpdateTime *time.Time `json:"update_time,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// RefundResponse .
|
||||||
RefundResponse struct {
|
RefundResponse struct {
|
||||||
ID string `json:"id,omitempty"`
|
ID string `json:"id,omitempty"`
|
||||||
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
Amount *PurchaseUnitAmount `json:"amount,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user