Skip to content

Commit

Permalink
removed payment handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
abolabo committed May 18, 2020
1 parent 7a52b1b commit 5e699bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 131 deletions.
2 changes: 0 additions & 2 deletions public_html/core/init.php
Expand Up @@ -273,8 +273,6 @@ function clean($data)
require_once(DIR_CORE.'lib/task_manager.php');
require_once(DIR_CORE.'lib/im.php');
require_once(DIR_CORE.'lib/csrf_token.php');
require_once(DIR_CORE.'lib/PaymentHandlerInterface.php');
require_once(DIR_CORE.'lib/BasePaymentHandler.php');

//Admin manager classes
if (IS_ADMIN === true) {
Expand Down
94 changes: 0 additions & 94 deletions public_html/core/lib/BasePaymentHandler.php

This file was deleted.

35 changes: 0 additions & 35 deletions public_html/core/lib/PaymentHandlerInterface.php

This file was deleted.

0 comments on commit 5e699bd

Please sign in to comment.