Browse Source

Update payment-integrations.md

derblitz 6 years ago
parent
commit
43d3fc4d78
1 changed files with 1 additions and 1 deletions
  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
 
-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
 mutation {