Skip to content

Commit 671dbe7

Browse files
authored
Merge pull request AdobeDocs#409 from AdobeDocs/remove-beta-notices
Remove 2.4.8 beta notices
2 parents 8ba1a6b + 9d8f682 commit 671dbe7

File tree

16 files changed

+42
-50
lines changed

16 files changed

+42
-50
lines changed

src/pages/get-started/api-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Input limiting
3-
description: Explains input limiting and other API security safeguards against denial-of-service (DoS) attacks.
3+
description: Learn about input limiting and other API security features to safeguard against denial-of-service (DoS) attacks.
44
keywords:
55
- REST
66
- Security

src/pages/graphql/payment-services-extension/mutations/create-payment-order.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ mutation {
3030
}
3131
```
3232

33+
## Reference
34+
35+
The [`createPaymentOrder`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#mutation-createPaymentOrder) reference provides detailed information about the types and fields defined in this mutation.
36+
3337
## Example usage
3438

3539
The following example creates a payment order. The payment method was previously set to `payment_services_paypal_hosted_fields`.

src/pages/graphql/payment-services-extension/mutations/create-vault-card-payment-token.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ mutation {
2323
}
2424
```
2525

26+
## Reference
27+
28+
The [`createVaultCardPaymentToken`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#mutation-createVaultCardPaymentToken) reference provides detailed information about the types and fields defined in this mutation.
29+
2630
## Example usage
2731

2832
The following example runs the `createVaultCardPaymentToken` mutation to create a permanent `vault_token_id` for the given payment method.

src/pages/graphql/payment-services-extension/mutations/create-vault-card-setup-token.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ mutation {
2727
}
2828
```
2929

30+
## Reference
31+
32+
The [`createVaultCardSetupToken`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#mutation-createVaultCardSetupToken) reference provides detailed information about the types and fields defined in this mutation.
33+
3034
## Example usage
3135

3236
The following example runs the `createVaultCardSetupToken` mutation to create a setup token for the given payment details.

src/pages/graphql/payment-services-extension/mutations/sync-payment-order.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ mutation {
2323
}
2424
```
2525

26+
## Reference
27+
28+
The [`syncPaymentOrder`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#mutation-syncPaymentOrder) reference provides detailed information about the types and fields defined in this mutation.
29+
2630
## Example usage
2731

2832
The following example runs the `syncPaymentOrder` mutation.

src/pages/graphql/payment-services-extension/queries/get-payment-config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Each of these payment methods can have a different payment source, for example,
3030
}
3131
```
3232

33+
## Reference
34+
35+
The [`getPaymentConfig`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-getPaymentConfig) reference provides detailed information about the types and fields defined in this query.
36+
3337
## Example usage
3438

3539
The following example runs the `getPaymentConfig` query for a `location: CHECKOUT`. This query provides all available payment methods for that location:

src/pages/graphql/payment-services-extension/queries/get-payment-order.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ The `getPaymentOrder` query retrieves the payment details for the order. You mus
2222
}
2323
```
2424

25+
## Reference
26+
27+
The [`getPaymentOrder`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-getPaymentOrder) reference provides detailed information about the types and fields defined in this query.
28+
2529
## Example usage
2630

2731
The following example runs the `getPaymentOrder` query:

src/pages/graphql/payment-services-extension/queries/get-payment-sdk.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The `getPaymentSDK` query gets the payment PayPal SDK URLs and other related val
2121
}
2222
```
2323

24+
## Reference
25+
26+
The [`getPaymentSDK`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-getPaymentSDK) reference provides detailed information about the types and fields defined in this query.
27+
2428
## Example usage
2529

2630
The following example runs the `getPaymentSDK` query.

src/pages/graphql/payment-services-extension/queries/get-vault-config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ The `getVaultConfig` query returns the vault configuration details for each paym
1919
}
2020
```
2121

22+
## Reference
23+
24+
The [`getVaultConfig`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-getVaultConfig) reference provides detailed information about the types and fields defined in this query.
25+
2226
## Example usage
2327

2428
The following example runs the `getVaultConfig` query to retrieve all the stored payment details.

src/pages/graphql/schema/cart/queries/all-rules.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ edition: ee
55

66
# allCartRules query
77

8-
<InlineAlert variant="info" slots="text1" />
9-
10-
This query is part of the [Storefront Compatibility Package](https://experienceleague.adobe.com/developer/commerce/storefront/setup/storefront-compatibility/). It will be added to Adobe Commerce 2.4.8-beta4.
11-
128
The `allCartRules` query returns a list of all active cart rules in the store.
139

1410
Cart price rules apply discounts to items in the shopping cart, based on a set of conditions.
@@ -23,11 +19,9 @@ Cart price rules apply discounts to items in the shopping cart, based on a set o
2319
}
2420
```
2521

26-
<!---
2722
## Reference
2823

29-
The [`allCartRules`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-all-cart-rules) reference provides detailed information about the types and fields defined in this query.
30-
-->
24+
The [`allCartRules`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-allCartRules) reference provides detailed information about the types and fields defined in this query.
3125

3226
## Example usage
3327

0 commit comments

Comments
 (0)