06/06
2013
dev-master
9999999-devPaymentCoreBundle
The Requires
by Jorge Vahldick
payment payment core
PaymentCoreBundle
Symfony2 Bundle :: AdministraĆ§Ć£o e interligaĆ§Ć£o de objetos junto ao serviƧo de pagamento., (*1)
Arquivo de configuraĆ§Ć£o padrĆ£o., (*2)
``` yaml, (*3)
jhv_payment_core: ### Nome da conexĆ£o connection: "default", (*4)
### 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"
```, (*5)
PaymentCoreBundle
payment payment core