Skip to content

Commit

Permalink
feat!(opencartv2): Remove autoload on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
stvyang committed Oct 20, 2020
1 parent 6762ed0 commit 0762552
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once DIR_SYSTEM . 'library/indodana/autoload.php';

use IndodanaCommon\IndodanaCommon;
use IndodanaCommon\IndodanaConstant;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once DIR_SYSTEM . 'library/indodana/autoload.php';

use IndodanaCommon\IndodanaHelper;
use IndodanaCommon\IndodanaConstant;
use IndodanaCommon\IndodanaInterface;
Expand Down
2 changes: 0 additions & 2 deletions opencartv2/plugin/catalog/model/payment/indodana_checkout.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

require_once DIR_SYSTEM . 'library/indodana/autoload.php';

use IndodanaCommon\IndodanaConstant;

class ModelPaymentIndodanaCheckout extends Model {
Expand Down

0 comments on commit 0762552

Please sign in to comment.