Skip to content

Commit

Permalink
Merge pull request #43 from checkout/chore/Fix-typo
Browse files Browse the repository at this point in the history
Fix typo in front.js
  • Loading branch information
avish-bisbeehurry-cko authored Mar 10, 2021
2 parents abe1530 + b60b29b commit 85f629a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion checkoutcom.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct()
{
$this->name = 'checkoutcom';
$this->tab = 'payments_gateways';
$this->version = '2.1.1';
$this->version = '2.1.2';
$this->author = 'Checkout.com';
$this->need_instance = 1;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "checkoutcom/prestashop",
"description": "Checkout.com is an international provider of online payment solutions. We support 150+ currencies and access to all international cards and popular local payment methods.",
"version": "2.1.1",
"version": "2.1.2",
"type": "prestashop-module",
"require": {
"checkout/checkout-sdk-php": "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>checkoutcom</name>
<displayName><![CDATA[Checkout.com]]></displayName>
<version><![CDATA[2.1.1]]></version>
<version><![CDATA[2.1.2]]></version>
<description><![CDATA[Checkout.com is an international provider of online payment solutions. We support 150+ currencies and access to all international cards and popular local payment methods.]]></description>
<author><![CDATA[Checkout.com]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion views/js/front.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
s/**
/**
* Very import line.
*/
var $el = document.getElementById('payment-confirmation');
Expand Down

0 comments on commit 85f629a

Please sign in to comment.