qiwi/bitrix-payment-qiwi

QIWI payment integration for 1C Bitrix

0.0.5 2021-08-25 14:07 UTC

This package is auto-updated.

Last update: 2024-04-25 19:40:39 UTC


README

This 1C Bitrix module allows store accept payments over QIWI universal payments protocol.

Installation

This module depends on 1C Bitrix 18.0 and minimum requires PHP 7.1 witch cURL extension.

Manual installation

Please, check release archive, or build package which Composer from source. The 1С Bitrix documentation contains instructions how to setup modules on you site.

Composer installation

This package provides automatic installation over Composer:

composer require qiwi/bitrix-payment-qiwi

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

From source

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

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