div-looper/payum-cashnpay
最新稳定版本:v1.0.0
Composer 安装命令:
composer require div-looper/payum-cashnpay
包简介
Extension for Payum which add support for CASH'nPAY payment gateway.
关键字:
README 文档
README
Extension for Payum which add support for CASH'nPAY payment gateway.
Installation
composer require div-looper/payum-cashnpay
ACMEPaymentBundle.php:
namespace ACME\Bundle\PaymentBundle;
use DivLooper\Payum\CashnPay\Bridge\Symfony\CashnPayGatewayFactory;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ACMEPaymentBundle extends Bundle
{
public function build(ContainerBuilder $container)
{
parent::build($container);
/** @var $extension \Payum\Bundle\PayumBundle\DependencyInjection\PayumExtension */
$extension = $container->getExtension('payum');
$extension->addGatewayFactory(new CashnPayGatewayFactory());
}
}
config.yml:
gateways:
...
fawry:
cashnpay:
product_id: "00000000"
secret_key: "0x0xX0x0"
sandbox: true
...
License
Payum-CASHnPAY is released under the MIT License.
统计信息
- 总下载量: 1.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-03