payprocessing/php-sdk-payout

此包的最新版本(1.1.4)没有可用的许可证信息。

Platron.pro SDK

1.1.4 2020-07-02 16:33 UTC

This package is auto-updated.

Last update: 2024-08-29 04:31:24 UTC


README

安装

该项目建议通过使用 composer 进行安装

composer require payprocessing/php-sdk-payout

测试

为了运行测试,需要 PHPUnit,安装时需要执行以下命令

composer require phpunit/phpunit

为了运行集成测试,需要复制文件 tests/integration/MerchantSettingsSample.php(删除 Sample 并插入商店设置)。然后从项目根目录执行命令。将在 Webmoney 上创建 1 分钱的支付。为了通过测试,需要连接 Webmoney。

vendor/bin/phpunit tests/integration

使用示例

请查看集成测试 - /tests/integration/