Skip to content

Commit

Permalink
adds description metadata to files
Browse files Browse the repository at this point in the history
  • Loading branch information
danidelcar committed Dec 18, 2024
1 parent b696a1f commit 03a3b7a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: createPaymentOrder mutation
description: This mutation creates a payment order for later processing when Payment Services extension is enabled.
---

# createPaymentOrder mutation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: createVaultCardPaymentToken mutation
description: This mutation creates a permanent token ID and associates an optional card description, visible in the storefront.
---

# createVaultCardPaymentToken mutation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: createVaultCardSetupToken mutation
description: This mutation creates a temporary token associated to the given payment source.
---

# createVaultCardSetupToken mutation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: syncPaymentOrder mutation
description: This mutation synchronizes the payment order details for the PayPal Smart Buttons and Apple Pay payment methods.
---

# syncPaymentOrder mutation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: getPaymentConfig query
description: This query returns the payment configuration details from locations in the storefront and Admin where the payment method can be set.
---

# getPaymentConfig query
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: getPaymentOrder query
description: This query retrieves the payment details for the order.
---

# getPaymentOrder query
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: getPaymentSDK query
description: This query retrieves the payment PayPal SDK URLs and other related values.
---

# getPaymentSDK query
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: getVaultConfig query
description: This query returns the vault configuration details for each payment method available.
---

# getVaultConfig query
Expand Down

0 comments on commit 03a3b7a

Please sign in to comment.