You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
rcambrj
changed the title
[Bug] shipping_detail.type does not reflect spec values
[Bug] shipping_detail.type does not reflect documented values
Oct 14, 2024
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
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
The text was updated successfully, but these errors were encountered: