Skip to content

Commit

Permalink
Update code linter and minimum version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPetakNeuralab committed Mar 27, 2024
1 parent 4d948b3 commit 1487441
Show file tree
Hide file tree
Showing 104 changed files with 3,345 additions and 5,818 deletions.
74 changes: 38 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,38 @@

# KEKS Pay for WooCommerce.

KEKS Pay for WooCommerce offers you a simple and seamless way of taking KEKS Pay payments. Your customers will have the best time saving user experience in the checkout process - especially while buying on smartphones. It will increase your conversion-rate and the likeliness to return to your shop. On the other hand, via KEKS Pay you will be able to accept VISA, Mastercard, Maestro or Diners Club cards and payments directly from your customer's bank account.

Currently KEKS Pay for WooCommerce is available for merchants only in CROATIA.

## Why choose KEKS Pay?

KEKS Pay has no setup fees, no monthly fees, no hidden costs - you only get charged when you take payments through KEKS Pay. Earnings are transferred to your bank account on a 1-day rolling basis.

Cancel whenever you want without additional costs.

## How to refund a KEKS Pay payment?

To do a refund, select the order and click the Refund button afterward. You will be able to type in the amount you would refund. The order status will change to “Refunded” once the order has been successfully refunded.

On a side note, this plugin is provided “as-is” and we don't currently provide support around installing and optimizing it for your needs.

## Installation
#### MINIMUM REQUIREMENTS

* WooCommerce 3.3 or greater.
* WordPress 5.0 or greater.
* PHP version 7.2 or greater.
* SSL must be installed on your site and active on your Checkout pages.

#### INSTALL

1. Contact ERSTE KEKS Pay team and set up your merchant account.
2. Visit Plugins > Add New.
3. Search for "KEKS Pay for WooCommerce".
4. Install and activate KEKS Pay for WooCommerce plugin.
5. Visit plugin settings and fill in merchant info you received from ERSTE KEKS Pay team.

For more installation options check the [official WordPress documentation](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation) about installing plugins.

# KEKS Pay for WooCommerce.

KEKS Pay for WooCommerce offers you a simple and seamless way of taking KEKS Pay payments. Your customers will have the best time saving user experience in the checkout process - especially while buying on smartphones. It will increase your conversion-rate and the likeliness to return to your shop. On the other hand, via KEKS Pay you will be able to accept VISA, Mastercard, Maestro or Diners Club cards and payments directly from your customer's bank account.

Currently KEKS Pay for WooCommerce is available for merchants only in CROATIA.

## Why choose KEKS Pay?

KEKS Pay has no setup fees, no monthly fees, no hidden costs - you only get charged when you take payments through KEKS Pay. Earnings are transferred to your bank account on a 1-day rolling basis.

Cancel whenever you want without additional costs.

## How to refund a KEKS Pay payment?

To do a refund, select the order and click the Refund button afterward. You will be able to type in the amount you would refund. The order status will change to “Refunded” once the order has been successfully refunded.

On a side note, this plugin is provided “as-is” and we don't currently provide support around installing and optimizing it for your needs.

## Installation
#### MINIMUM REQUIREMENTS

* WooCommerce 8.2 or greater.
* WordPress 5.3 or greater.
* PHP version 7.4 or greater.
* SSL must be installed on your site and active on your Checkout pages.

#### INSTALL

1. Contact ERSTE KEKS Pay team and set up your merchant account.
2. Visit Plugins > Add New.
3. Search for "KEKS Pay for WooCommerce".
4. Install and activate KEKS Pay for WooCommerce plugin.
5. Visit plugin settings and fill in merchant info you received from ERSTE KEKS Pay team.

For more installation options check the [official WordPress documentation](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation) about installing plugins.


4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": "^7.2",
"chillerlan/php-qrcode": "^3.4"
"php": "^7.4 || ^8.0",
"chillerlan/php-qrcode": "^4.4"
}
}
81 changes: 59 additions & 22 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1487441

Please sign in to comment.