Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
Updated to support OPC plugin compatibility
Browse files Browse the repository at this point in the history
FIxes #1
  • Loading branch information
drbyte committed Dec 15, 2017
1 parent cd64352 commit cf4f16b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/modules/pages/checkout_payment/jscript_payeezy.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
if (!defined(MODULE_PAYMENT_PAYEEZYJSZC_STATUS) || MODULE_PAYMENT_PAYEEZYJSZC_STATUS != 'True' || (!defined('MODULE_PAYMENT_PAYEEZYJSZC_JSSECURITY_KEY') && !defined('MODULE_PAYMENT_PAYEEZYJSZC_JSSECURITY_KEY_SANDBOX') )) {
return false;
}
if ($payment_modules->in_special_checkout()) {
return false;
}
?>
<script type="text/javascript"><!--

Expand Down

0 comments on commit cf4f16b

Please sign in to comment.