Skip to content

Commit

Permalink
delete any old words
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoSaldarriagaPayco committed Dec 3, 2020
1 parent 2254793 commit ae2ceca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?php

//require_once 'lib/openpayu.php';


class WC_Gateway_Epayco extends WC_Payment_Gateway
{
private $pluginVersion = '1.3.0';
Expand Down
2 changes: 0 additions & 2 deletions wordpress_miltisitio-epayco/woocommerce-gateway-epayco.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ function woocommerce_epayco_init()
{
if (!class_exists('WC_Payment_Gateway')) return;

//load_plugin_textdomain('payu', false, dirname(plugin_basename(__FILE__)) . '/lang/');

include_once('includes/class-woocommerce-epayco.php');

add_filter('woocommerce_payment_gateways', 'woocommerce_epayco_add_gateway');
Expand Down

0 comments on commit ae2ceca

Please sign in to comment.