Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 195291d

Browse files
authored
Merge branch '2.4.1-develop' into kh_customer-v2
2 parents 0af5d56 + e0005c0 commit 195291d

File tree

52 files changed

+1424
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1424
-185
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ If you write and contribute a full topic, we will add your name (or your company
2424
1. [Fork](https://help.github.com/articles/fork-a-repo/) the [DevDocs repository](https://github.com/magento/devdocs). Remember to [sync your fork](https://help.github.com/articles/syncing-a-fork/) and update branches as needed.
2525
1. Review the [DevDocs guidelines](#contribution-guidelines).
2626

27+
**Note:** If you use a fork instead of a branch, please set permissions to allow maintainers to edit and update the PR. See [Allowing changes to a pull request branch created from a fork](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) in the _GitHub documentation_.
28+
2729
## Contribute documentation
2830

2931
The following diagram shows the contribution workflow:

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
jekyll-watch (2.2.1)
9797
listen (~> 3.0)
9898
json (2.3.0)
99-
kramdown (2.2.1)
99+
kramdown (2.3.0)
100100
rexml
101101
kramdown-parser-gfm (1.1.0)
102102
kramdown (~> 2.0)
@@ -153,7 +153,7 @@ GEM
153153
unicode-display_width (1.7.0)
154154
verbal_expressions (0.1.5)
155155
wdm (0.1.1)
156-
whatsup_github (0.3.0)
156+
whatsup_github (0.3.1)
157157
netrc (~> 0.10)
158158
octokit (~> 4.14)
159159
thor (~> 0.20)

src/_data/mde.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ extensions:
211211
name: Product Recommendations
212212
versions:
213213
-
214-
name: 3.0.4
214+
name: 3.0.4+
215215
support:
216216
2.3.0: supported
217217
2.3.1: supported
@@ -240,3 +240,13 @@ extensions:
240240
2.3.4: supported
241241
2.3.5-p1: supported
242242
2.4.0: not supported
243+
-
244+
name: 1.x.x
245+
support:
246+
2.3.0: not supported
247+
2.3.1: not supported
248+
2.3.2: not supported
249+
2.3.3: not supported
250+
2.3.4: not supported
251+
2.3.5-p1: not supported
252+
2.4.0: not supported

src/_data/toc/b2b-developer-guide.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ pages:
7171

7272
- label: Develop B2B extensions
7373
url: /b2b/extensions.html
74+
- label: B2B Release Notes
75+
url: /release-notes/b2b-release-notes.html

src/_data/toc/graphql.yml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,17 @@ pages:
147147
- label: addVirtualProductsToCart mutation
148148
url: /graphql/mutations/add-virtual-products.html
149149

150+
- label: applyCouponToCart mutation
151+
url: /graphql/mutations/apply-coupon.html
152+
150153
- label: applyGiftCardToCart mutation
151154
url: /graphql/mutations/apply-giftcard.html
152155
edition: ee-only
153156

154-
- label: applyCouponToCart mutation
155-
url: /graphql/mutations/apply-coupon.html
157+
- label: applyRewardPointsToCart mutation
158+
url: /graphql/mutations/apply-reward-points.html
159+
edition: ee-only
160+
exclude_versions: ["2.3"]
156161

157162
- label: applyStoreCreditToCart mutation
158163
url: /graphql/mutations/apply-store-credit.html
@@ -215,6 +220,11 @@ pages:
215220
- label: removeItemFromCart mutation
216221
url: /graphql/mutations/remove-item.html
217222

223+
- label: removeRewardPointsFromCart mutation
224+
url: /graphql/mutations/remove-reward-points.html
225+
edition: ee-only
226+
exclude_versions: ["2.3"]
227+
218228
- label: removeStoreCreditFromCart mutation
219229
url: /graphql/mutations/remove-store-credit.html
220230
edition: ee-only
@@ -237,13 +247,13 @@ pages:
237247
- label: sendEmailToFriend mutation
238248
url: /graphql/mutations/send-email-to-friend.html
239249

240-
- label: subscribeEmailToNewsletter mutation
241-
url: /graphql/mutations/subscribe-email-to-newsletter.html
242-
exclude_versions: ["2.3"]
243-
244250
- label: setBillingAddressesOnCart mutation
245251
url: /graphql/mutations/set-billing-address.html
246252

253+
- label: setGiftOptionsOnCart mutation
254+
url: /graphql/mutations/set-gift-options.html
255+
exclude_versions: ["2.3"]
256+
247257
- label: setGuestEmailOnCart mutation
248258
url: /graphql/mutations/set-guest-email.html
249259

@@ -259,6 +269,10 @@ pages:
259269
- label: setShippingMethodsOnCart mutation
260270
url: /graphql/mutations/set-shipping-method.html
261271

272+
- label: subscribeEmailToNewsletter mutation
273+
url: /graphql/mutations/subscribe-email-to-newsletter.html
274+
exclude_versions: ["2.3"]
275+
262276
- label: updateCartItems mutation
263277
url: /graphql/mutations/update-cart-items.html
264278

@@ -330,6 +344,10 @@ pages:
330344
- label: PayPal Payflow Pro
331345
url: /graphql/payment-methods/payflow-pro.html
332346

347+
- label: PayPal Payflow Pro Vault
348+
url: /graphql/payment-methods/payflow-pro-vault.html
349+
exclude_versions: ["2.3"]
350+
333351
- label: PayPal Payments Advanced
334352
url: /graphql/payment-methods/payments-advanced.html
335353

src/_data/toc/ui-components-guide.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ pages:
279279
- label: Update the page URL type
280280
url: /ui_comp_guide/howto/update-url-type.html
281281

282+
- label: Render prices on the frontend
283+
url: /ui_comp_guide/howto/price_rendering.html
284+
285+
- label: Declare a custom UI component
286+
url: /ui_comp_guide/howto/new_component_declaration.html
287+
282288
- label: Troubleshoot
283289
children:
284290

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
You can use the following instructions for service setup on {{site.data.var.ece}} Pro Integration environments and Starter environments, including `master` branch. You must submit a support ticket to configure the service on Pro Production and Staging environments. See [Services]({{ site.baseurl }}/cloud/project/project-conf-files_services.html).
1+
Use the following instructions for service setup on {{site.data.var.ece}} Pro Integration environments and Starter environments, including the `master` branch.
2+
3+
{:.bs-callout-info}
4+
You must submit a support ticket to change the service configuration on Pro Production and Staging environments. See [Services]({{ site.baseurl }}/cloud/project/project-conf-files_services.html).
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{:.bs-callout-tip}
2+
After initial service setup, you can change the software version for an installed service by updating the `services.yaml` and `.magento.app.yaml` configuration files. See [Change service version]({{site.baseurl}}/cloud/project/project-conf-files_services.html#change-service-version).

src/_includes/graphql/cart-object-24.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ Attribute | Data Type | Description
55
`applied_gift_cards` | [[`AppliedGiftCard`]][AppliedGiftCard] | An array of `AppliedGiftCard` objects. An `AppliedGiftCard` object contains the `code` text attribute, which specifies the gift card code. `applied_gift_cards` is a Commerce-only attribute, defined in the GiftCardAccountGraphQl module
66
`applied_reward_points`| [`RewardPointsAmount`][RewardPointsAmount] | The amount of reward points applied to the cart
77
`applied_store_credit` | [`AppliedStoreCredit`][AppliedStoreCredit] | Contains store credit information applied to the cart. `applied_store_credit` is a Commerce-only attribute, defined in the CustomerBalanceGraphQl module
8+
`available_gift_wrappings` | [GiftWrapping]! | The list of available gift wrapping options for the cart
89
`available_payment_methods` | [[AvailablePaymentMethod]][AvailablePaymentMethod] | Available payment methods
910
`billing_address` | [BillingCartAddress][BillingCartAddress] | Contains the billing address specified in the customer's cart
1011
`email` | String | The customer's email address
1112
`gift_message` | [GiftMessage][GiftMessage] | A gift message added to the cart
13+
`gift_receipt_included` | Boolean! | Indicates if the customer requested a gift receipt for the cart
14+
`gift_wrapping` | GiftWrapping | The selected gift wrapping for the cart
1215
`id` | ID! | The ID of the cart
1316
`is_virtual` | Boolean! | Indicates whether the cart contains only virtual products
1417
`items` | [[CartItemInterface]][CartItemInterface] | Contains the items in the customer's cart
1518
`prices` | [CartPrices][CartPrices] | Contains subtotals and totals
19+
`printed_card_included` | Boolean! | Indicates if the customer requested a printed card for the cart
1620
`selected_payment_method` | [SelectedPaymentMethod][SelectedPaymentMethod] | Selected payment method
1721
`shipping_addresses` | [[ShippingCartAddress]][ShippingCartAddress]! | Contains one or more shipping addresses
1822
`total_quantity` | Float! | Total Quantity of products in the cart

0 commit comments

Comments
 (0)