jhv/payment-core-bundle

该软件包已被废弃,不再维护。没有推荐替代软件包。
该软件包最新版本(dev-master)没有可用的许可证信息。

PaymentCoreBundle

安装: 23

依赖关系: 1

推荐者: 0

安全性: 0

星标: 1

关注者: 0

分支: 0

公开问题: 0

类型:symfony-bundle

dev-master 2013-06-06 19:11 UTC

This package is not auto-updated.

Last update: 2020-01-19 13:28:30 UTC


README

Symfony2 Bundle :: 与支付服务交互的对象管理和互连。

配置参考

默认配置文件。

# app/config.yml
### Coração do pagamento
jhv_payment_core:
    ### Nome da conexão
    connection: "default"
    
    ### Classes para configuração
    classes:
        credit          : "Entity\\Credit"
        debit           : "Entity\\Debit"
        instruction     : "Entity\\PaymentInstruction"
        transaction     : "Transaction"
        payment_manager : "JHV\\Payment\\CoreBundle\\Manager\\PaymentManager"
        result          : "JHV\\Payment\\CoreBundle\\Operator\\Connection\\Result"
        
    ### Ouvintes // Listeners
    listeners:
        operation       : "JHV\\Payment\\CoreBundle\\Listener\\OperationListener"
        transaction     : "JHV\\Payment\\CoreBundle\\Listener\\TransactionListener"