mirror of
https://github.com/plutov/paypal.git
synced 2025-02-02 15:10:36 +01:00
The payer_id property is being deprecated in favor of the external_customer_id property.
This commit is contained in:
parent
bf577f049a
commit
8192718364
1
types.go
1
types.go
|
@ -119,6 +119,7 @@ type (
|
||||||
CreditCard struct {
|
CreditCard struct {
|
||||||
ID string `json:"id,omitempty"`
|
ID string `json:"id,omitempty"`
|
||||||
PayerID string `json:"payer_id,omitempty"`
|
PayerID string `json:"payer_id,omitempty"`
|
||||||
|
ExternalCustomerId string `json:"external_customer_id,omitempty"`
|
||||||
Number string `json:"number"`
|
Number string `json:"number"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
ExpireMonth string `json:"expire_month"`
|
ExpireMonth string `json:"expire_month"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user