Skip to content

Commit 8cdd11f

Browse files
danidelcarkeharper
andauthored
Apply suggestions from code review
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent 5d10da5 commit 8cdd11f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/data/navigation/sections/graphql.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,11 +1250,11 @@ module.exports = [
12501250
path: "/graphql/payment-services-extension/workflows/minicart.md",
12511251
},
12521252
{
1253-
title: "Vaulting a card during a checkout authorization",
1253+
title: "Vault a card during a checkout authorization",
12541254
path: "/graphql/payment-services-extension/workflows/vault-with-purchase.md",
12551255
},
12561256
{
1257-
title: "Vaulting a credit card without a purchase",
1257+
title: "Vault a credit card without a purchase",
12581258
path: "/graphql/payment-services-extension/workflows/vault-without-purchase.md",
12591259
},
12601260
{

src/pages/graphql/payment-services-extension/workflows/vault-with-purchase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Vaulting a card during a checkout authorization
2+
title: Vault a card during a checkout authorization
33
description: Learn how to vault a credit card during a typical checkout authorization.
44
keywords:
55
- GraphQL
66
- Payments
77
---
88

9-
# Vaulting a card during a checkout authorization
9+
# Vault a card during a checkout authorization
1010

1111
These steps describe the flow of requests and responses required to [vault a credit card](https://experienceleague.adobe.com/en/docs/commerce-merchant-services/payment-services/payments-checkout/vaulting#vaulting-a-payment-method-during-checkout) during a typical checkout authorization with Payment Services enabled.
1212

@@ -15,7 +15,7 @@ The following conditions must be true to vault a card during checkout:
1515
* You must have installed [Payment Services for Adobe Commerce](https://commercemarketplace.adobe.com/magento-payment-services.html) 2.10.0 or higher.
1616
* The customer must be logged in.
1717

18-
## Vault during checkout workflow
18+
## Workflow
1919

2020
![Payment Services sequence diagram](../../../_images/graphql/payment-services-vault-with-purchase.svg)
2121

src/pages/graphql/payment-services-extension/workflows/vault-without-purchase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords:
1010

1111
These steps describe the flow of requests and responses required to [vault a payment method](https://experienceleague.adobe.com/en/docs/commerce-merchant-services/payment-services/payments-checkout/vaulting#vaulting-without-purchase) without the typical checkout authorization with Payment Services enabled.
1212

13-
## Vault without purchase workflow
13+
## Workflow
1414

1515
![Payment Services sequence diagram](../../../_images/graphql/payment-services-vault-without-purchase.svg)
1616

@@ -36,7 +36,7 @@ These steps describe the flow of requests and responses required to [vault a pay
3636

3737
1. Commerce vaults the payment method.
3838

39-
## Additional Payment information
39+
## Additional payment information
4040

4141
The setup token is generated with an empty card number in the `payment_source` object purposefully. The PayPal SDK, in conjunction with hosted fields or credit cards field components, securely updates the setup token with payment details.
4242

0 commit comments

Comments
 (0)