diff --git a/docs/extensions/payment-processors/create.md b/docs/extensions/payment-processors/create.md
index 96d0a0db6bfcdc97a03614ba5a0cfc36fd6d649e..19bdb92bee051136f5804bed95eca700f50be4a3 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
@@ -579,7 +579,7 @@ return self::$_singleton;
 Insert your processing code into static function main()
 
 
-**UCMPaymentCollectionNotify.php - main()**
+**UCMPaymentCollectionIPN.php - main()**
 
 ```php
 $config = CRM_Core_Config::singleton();