This Wordpress plugin allows Woocommerce based store accept payments over QIWI universal payments protocol.
This plugin depends on Woocommerce 3 and minimum requires PHP 7 witch cURL extension.
Please, check release archive, or build package which Composer from source. The WordPress codex contains instructions how to setup plugins on you site.
This package provides automatic installation over Composer:
composer require qiwi/woocommerce-payment-qiwi
This method use Installers extension to menage source of your site.
Another way is setup plugin from source. Get package witch Composer into plugins directory of yours site source.
git clone [email protected]:QIWI-API/woocommerce-payment-qiwi.git
cd woocommerce-payment-qiwi
composer install --no-dev