Open rcambrj opened 1 month ago
paypal-js
In the documentation for orders, the shipping_detail.type attribute can be one of the following values: SHIPPING, PICKUP_IN_PERSON (DEPRECATED), PICKUP_IN_STORE, PICKUP_FROM_PERSON.
shipping_detail.type
SHIPPING
PICKUP_IN_PERSON
PICKUP_IN_STORE
PICKUP_FROM_PERSON
But the type in this repository is missing the following values: PICKUP_IN_STORE and PICKUP_FROM_PERSON.
Not relevant.
Types should reflect documentation.
Not relevant
None
Library used
paypal-js
🐞 Describe the Bug
In the documentation for orders, the
shipping_detail.type
attribute can be one of the following values:SHIPPING
,PICKUP_IN_PERSON
(DEPRECATED),PICKUP_IN_STORE
,PICKUP_FROM_PERSON
.But the type in this repository is missing the following values:
PICKUP_IN_STORE
andPICKUP_FROM_PERSON
.🔬 Minimal Reproduction
Not relevant.
😕 Actual Behavior
Not relevant.
🤔 Expected Behavior
Types should reflect documentation.
🌍 Environment
Not relevant
➕ Additional Context
None