From 2195d377fff4472f1093176db0b16cb70c576dcc Mon Sep 17 00:00:00 2001
From: Selwyn Tang <selwyntcy@users.noreply.github.com>
Date: Thu, 23 Aug 2018 15:11:30 +0800
Subject: [PATCH] Fix incorrect sample filename

---
 docs/extensions/payment-processors/create.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/extensions/payment-processors/create.md b/docs/extensions/payment-processors/create.md
index 96d0a0db..93d0b8fc 100644
--- a/docs/extensions/payment-processors/create.md
+++ b/docs/extensions/payment-processors/create.md
@@ -310,7 +310,7 @@ this file now. Although this file is very large there is only a small
 amount of changes needed.
 
 
-**UCMPaymentCollectionNotify.php**
+**UCMPaymentCollectionIPN.php**
 
 ```php
 <?php
-- 
GitLab