qiwi/woocommerce-payment-qiwi

QIWI payment integration for Woocommerce

0.1.1 2021-08-18 14:58 UTC

This package is auto-updated.

Last update: 2024-03-24 19:57:25 UTC


README

This Wordpress plugin allows Woocommerce based store accept payments over QIWI universal payments protocol.

Installation

This plugin depends on Woocommerce 3 and minimum requires PHP 7 witch cURL extension.

Manual installation

Please, check release archive, or build package which Composer from source. The WordPress codex contains instructions how to setup plugins on you site.

Composer installation

This package provides automatic installation over Composer:

composer require qiwi/woocommerce-payment-qiwi

This method use Installers extension to menage source of your site.

From source

Another way is setup plugin from source. Get package witch Composer into plugins directory of yours site source.

git clone git@github.com:QIWI-API/woocommerce-payment-qiwi.git
cd woocommerce-payment-qiwi
composer install --no-dev