From 2afcf1c918e3db0bd810d0346fa233444a860fe9 Mon Sep 17 00:00:00 2001
From: Nicklas Gellner <85512181+MedusaNick@users.noreply.github.com>
Date: Mon, 12 Feb 2024 09:20:07 +0100
Subject: [PATCH] docs: clarification in text (#6361)
changed from payment to fulfillment provider in the text
---
www/apps/docs/content/plugins/payment/index.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/apps/docs/content/plugins/payment/index.mdx b/www/apps/docs/content/plugins/payment/index.mdx
index 8d97f7a6ab..c70f86f934 100644
--- a/www/apps/docs/content/plugins/payment/index.mdx
+++ b/www/apps/docs/content/plugins/payment/index.mdx
@@ -2,6 +2,6 @@ import DocCardList from '@theme/DocCardList';
# Payment Plugins
-If you can't find your payment provider, try checking the [Community Plugins Library](https://medusajs.com/plugins/?filters=Payment&categories=Payment). You can also [create your own fulfillment provider](../../references/payment/classes/payment.AbstractPaymentProcessor.mdx).
+If you can't find your payment provider, try checking the [Community Plugins Library](https://medusajs.com/plugins/?filters=Payment&categories=Payment). You can also [add your own payment provider](../../references/payment/classes/payment.AbstractPaymentProcessor.mdx).
-
\ No newline at end of file
+