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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/graphql/queries/get-hosted-pro-url.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,3 +50,11 @@ The query returns the PayPal URL that enables the customer to sign in to PayPal
50
50
Attribute | Data type | Description
51
51
--- | --- | ---
52
52
`secure_form_url` | String | Secure URL generated by PayPal
53
+
54
+
## Errors
55
+
56
+
Error | Description
57
+
--- | ---
58
+
`Could not find a cart with ID \"xxxxx\"` | The ID provided in the `cart_id` field is invalid or the cart does not exist for the customer.
59
+
`The cart isn't active` | The cart with the specified cart ID is unavailable, because the items have been purchased and the cart ID becomes inactive.
60
+
`Field HostedProUrlInput.cart_id of required type String! was not provided` | The value specified in the `HostedProUrlInput.cart_id` argument is empty.
0 commit comments