PHPShop

The Module Setup and Installation Instruction

  1. Download the archive with the module.

  2. Unpack the contents of the archive to the root of the site.

  3. Add the following lines in phpshop/inc/config.php file:

[unitpay]​domain = "unitpay.money";​ public_key = "<Ваш публичный ключ из личного кабинета unitpay>";​secret_key = "<Ваш секретный ключ из личного кабинета unitpay>";

4. In the admin panel, go to Orders -> Payment Methods and add Unitpay payment method. Check that the "Show" checkbox is checked.

5. In your unitpay.money account, enter the address of the payment handler http://<your site address>/payment/unitpay/result.php

Last updated