Skip to content

Commit 7fbd8ad

Browse files
committed
Updated diagram
1 parent 7537a78 commit 7fbd8ad

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

src/pages/_images/graphql/.$payment-services-vault-without-purchase.svg.bkp

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.

src/pages/_images/graphql/payment-services-vault-without-purchase.svg

Lines changed: 1 addition & 1 deletion
Loading

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following conditions must be true to vault a card during checkout:
1919

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

22-
1. Run the [`getPaymentConfig`](../../payment-services-extension/queries/get-payment-config.md) query to fetch the payment configuration needed to render details about PayPal components, such as hosted fields, smart buttons, and Apple Pay.
22+
1. Run the [`getPaymentConfig`](../../payment-services-extension/queries/get-payment-config.md) query to fetch the payment configuration needed to render details of hosted fields.
2323

2424
1. Commerce returns the payment configuration information.
2525

@@ -55,6 +55,10 @@ The following conditions must be true to vault a card during checkout:
5555

5656
1. Commerce stores the vault token for the vaulted card.
5757

58+
## Additional information
59+
60+
It is only possible to vault configuration details for hosted fields. See [`getPaymentConfig`](../../payment-services-extension/queries/get-payment-config.md) query for more information.
61+
5862
### `setPaymentMethodOnCart` mutation example
5963

6064
The following example shows the `setPaymentMethodOnCart` mutation with the attribute `is_active_payment_token_enabler` set to `true`.

0 commit comments

Comments
 (0)