Skip to content

Commit

Permalink
Feature/add blik white label (#141)
Browse files Browse the repository at this point in the history
Release 2.4.0:
* Added Blik code form field
* Added data processing notices
* Added custom page with BLIK confirmation info
* Changed Idempotency-Key length
* Add supported functions to README file
  • Loading branch information
emilleszczak2 authored Dec 20, 2021
1 parent b316111 commit 13ec734
Show file tree
Hide file tree
Showing 28 changed files with 1,356 additions and 1,981 deletions.
10 changes: 10 additions & 0 deletions README.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The Paynow plugin adds quick bank transfers and BLIK payments to a WooCommerce s
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Configuration](#configuration)
- [Supported functions](#supported-functions)
- [FAQ](#FAQ)
- [Sandbox](#sandbox)
- [Support](#support)
Expand Down Expand Up @@ -60,6 +61,15 @@ See also [instructional video][ext12].

![Configuration step 5][ext9]

## Supported functions
1. Add payment methods
- BLIK payment (with White Label model)
- Fast transfer payment
- Card payment
- Google Pay payment
2. Add support for full and partial refunds
3. Add support for re-payment

## FAQ

**How to configure the return address?**
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Wtyczka Paynow dodaje szybkie płatności i płatności BLIK do sklepu WooCommer
- [Wymagania](#wymagania)
- [Instalacja](#instalacja)
- [Konfiguracja](#konfiguracja)
- [Wspierane funkcjonalności](#wspierane-funkcjonalnośc)
- [FAQ](#FAQ)
- [Sandbox](#sandbox)
- [Wsparcie](#wsparcie)
Expand Down Expand Up @@ -61,6 +62,15 @@ Zobacz również [filmik instruktażowy][ext12].

![Konfiguracja krok 5][ext9]

## Funkcje
1. Dodaje metody płatności
- Płatność BLIKIEM (w modelu White Label)
- Płatność szybkim przelewem
- Płatność kartą płątniczą
- Płatność Google Pay
2. Umożliwia zwroty częściowe lub całościowe
3. Umożliwia ponowienie płatności

## FAQ

**Jak skonfigurować adres powrotu?**
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pay-now/paynow-woocommerce",
"description": "paynow.pl plugin for WooCommerce",
"license": "GPLv3",
"version": "2.3.1",
"version": "2.4.0",
"authors": [
{
"name": "mElements S.A.",
Expand All @@ -13,7 +13,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.1",
"pay-now/paynow-php-sdk": "^2.1",
"pay-now/paynow-php-sdk": "^2.2",
"nyholm/psr7": "^1.2",
"php-http/curl-client": "^2.1",
"ext-json": "*"
Expand Down
Loading

0 comments on commit 13ec734

Please sign in to comment.