From 1214012110cf06e2093240fab810b92680562d79 Mon Sep 17 00:00:00 2001 From: Liz Ruelas Date: Tue, 12 Sep 2017 16:11:55 -0500 Subject: [PATCH] Update culqi.php --- culqi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/culqi.php b/culqi.php index c79015b..72bb0fa 100755 --- a/culqi.php +++ b/culqi.php @@ -27,7 +27,7 @@ public function __construct() { $this->name = 'culqi'; $this->tab = 'payments_gateways'; - $this->version = '2.0.0'; + $this->version = '2.2.0'; $this->controllers = array('chargeajax' ,'payment', 'validation', 'postpayment'); $this->author = 'Team Culqi (Brayan Cruces, Willy Aguirre)'; $this->need_instance = 0;