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
@@ -214,7 +210,6 @@ This talon performs the following effects:
214
210
- Manage the updating state of the cart while a shipping method is being applied
215
211
216
212
**Returns:**
217
-
218
213
**Parameters**
219
214
220
215
| Name | Type | Description |
@@ -296,8 +291,8 @@ for the query used in Venia
296
291
GraphQL queries for the shipping form.
297
292
This is a type used by the [useShippingForm](#useShippingForm) talon.
298
293
299
-
**See**: [shippingMethods.gql.js](https://github.com/magento/pwa-studio/blob/develop/packages/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.gql.js) for the query used in Venia
@@ -320,8 +315,8 @@ It provides props data to use when rendering a shipping form component.
320
315
GraphQL queries for shipping methods.
321
316
This is a type used in the [useShippingMethods](#useShippingMethods) talon.
322
317
323
-
**See**: [shippingMethods.gql.js](https://github.com/magento/pwa-studio/blob/develop/packages/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.gql.js) for the queries used in Venia
@@ -287,7 +279,7 @@ It provides props data for rendering an edit modal component.
287
279
| Name | Type | Description |
288
280
| --- | --- | --- |
289
281
| setVariantPrice |`function`| Function for setting a product's variant price. |
290
-
| variantPrice |`Object`| The variant price for a product. See [Money object](https://developer.adobe.com/commerce/webapi/graphql/product/product-interface.html#Money). |
282
+
| variantPrice |`Object`| The variant price for a product. See [Money object](https://devdocs.magento.com/guides/v2.4/graphql/product/product-interface.html#Money). |
291
283
292
284
Object type returned by the [useProductForm](useProductForm) talon.
293
285
It provides props data for a product form UI component inside a modal.
0 commit comments