Skip to content
Snippets Groups Projects
Unverified Commit 7f8191fb authored by totten's avatar totten Committed by GitHub
Browse files

Merge pull request #545 from selwyntcy/patch-1

Fix incorrect sample filename
parents 3d5fa74f 0b9fcd60
Branches
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment