Skip to content

Commit

Permalink
Reverted change on Mandrill.
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiagoebizmarts committed Feb 22, 2017
1 parent 4ca4b2a commit 93cae75
Show file tree
Hide file tree
Showing 32 changed files with 206 additions and 503 deletions.
60 changes: 0 additions & 60 deletions lib/Mandrill/Mandrill.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,6 @@
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/Senders.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/Metadata.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/Exceptions.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/HttpError.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/ValidationError.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/InvalidKey.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/PaymentRequired.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownSubaccount.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownTemplate.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/ServiceUnavailable.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownMessage.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/InvalidTagName.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/InvalidReject.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownSender.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownUrl.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownTrackingDomain.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/InvalidTemplate.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownWebhook.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownInboundDomain.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownInboundRoute.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownExport.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/IPProvisionLimit.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownPool.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/NoSendingHistory.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/PoorReputation.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownIP.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/InvalidEmptyDefaultPool.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/InvalidDeleteDefaultPool.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/InvalidDeleteNonEmptyPool.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/InvalidCustomDNS.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/InvalidCustomDNSPending.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/MetadataFieldLimit.php');
require_once(dirname(__FILE__) . '/Mandrill/Mandrill/UnknownMetadataField.php');
} else {
require_once(dirname(__FILE__) . '/Mandrill/Templates.php');
require_once(dirname(__FILE__) . '/Mandrill/Exports.php');
Expand All @@ -63,36 +33,6 @@
require_once(dirname(__FILE__) . '/Mandrill/Senders.php');
require_once(dirname(__FILE__) . '/Mandrill/Metadata.php');
require_once(dirname(__FILE__) . '/Mandrill/Exceptions.php');
require_once(dirname(__FILE__) . '/Mandrill/HttpError.php');
require_once(dirname(__FILE__) . '/Mandrill/ValidationError.php');
require_once(dirname(__FILE__) . '/Mandrill/InvalidKey.php');
require_once(dirname(__FILE__) . '/Mandrill/PaymentRequired.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownSubaccount.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownTemplate.php');
require_once(dirname(__FILE__) . '/Mandrill/ServiceUnavailable.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownMessage.php');
require_once(dirname(__FILE__) . '/Mandrill/InvalidTagName.php');
require_once(dirname(__FILE__) . '/Mandrill/InvalidReject.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownSender.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownUrl.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownTrackingDomain.php');
require_once(dirname(__FILE__) . '/Mandrill/InvalidTemplate.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownWebhook.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownInboundDomain.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownInboundRoute.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownExport.php');
require_once(dirname(__FILE__) . '/Mandrill/IPProvisionLimit.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownPool.php');
require_once(dirname(__FILE__) . '/Mandrill/NoSendingHistory.php');
require_once(dirname(__FILE__) . '/Mandrill/PoorReputation.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownIP.php');
require_once(dirname(__FILE__) . '/Mandrill/InvalidEmptyDefaultPool.php');
require_once(dirname(__FILE__) . '/Mandrill/InvalidDeleteDefaultPool.php');
require_once(dirname(__FILE__) . '/Mandrill/InvalidDeleteNonEmptyPool.php');
require_once(dirname(__FILE__) . '/Mandrill/InvalidCustomDNS.php');
require_once(dirname(__FILE__) . '/Mandrill/InvalidCustomDNSPending.php');
require_once(dirname(__FILE__) . '/Mandrill/MetadataFieldLimit.php');
require_once(dirname(__FILE__) . '/Mandrill/UnknownMetadataField.php');
}

class Mandrill_Mandrill
Expand Down
Loading

0 comments on commit 93cae75

Please sign in to comment.