Skip to content

Commit d4d6bec

Browse files
committed
rename folder to match repo
1 parent f242805 commit d4d6bec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/notifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Move the following example to a place of your choosing and include update the pa
2121
require_once 'includes/db.class.php';
2222
require_once 'includes/notifications.class.php';
2323
?>
24-
```
24+
```

scripts/notifications/notification-example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
2-
require_once 'vendor/Checkfront/PHP-SDK/scripts/notifications/includes/db.class.php';
3-
require_once 'vendor/Checkfront/PHP-SDK/scripts/notifications/includes/notifications.class.php';
2+
require_once 'vendor/checkfront/checkfront/scripts/notifications/includes/db.class.php';
3+
require_once 'vendor/checkfront/checkfront/scripts/notifications/includes/notifications.class.php';
44

55

66
## COMMENTED CODE IS USED TO WRITE TO A FILE, GOOD FOR DEBUGGING

0 commit comments

Comments
 (0)