Jelajahi Sumber

Merge pull request #142 from derblitz/patch-1

Update payment-integrations.md
Michael Bromley 6 tahun lalu
induk
melakukan
c18018037f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/content/docs/developer-guide/payment-integrations.md

+ 1 - 1
docs/content/docs/developer-guide/payment-integrations.md

@@ -32,7 +32,7 @@ For a more complete example of a payment integration, see the [PaymentMethodHand
 
 
 ## Using an integration
 ## Using an integration
 
 
-In you storefront application, this payment method can then be used when executing the [`addPaymentToOrder` mutation]({{< relref "/docs/graphql-api/shop/mutations#addpaymenttoorder" >}}), as the "method" field of the [`PaymentInput` object]({{< relref "/docs/graphql-api/shop/input-types#paymentinput" >}}).
+In your storefront application, this payment method can then be used when executing the [`addPaymentToOrder` mutation]({{< relref "/docs/graphql-api/shop/mutations#addpaymenttoorder" >}}), as the "method" field of the [`PaymentInput` object]({{< relref "/docs/graphql-api/shop/input-types#paymentinput" >}}).
 
 
 ```SDL
 ```SDL
 mutation {
 mutation {