2017 © Pedro PelĆ”ez
 

symfony-bundle payment-core-bundle

PaymentCoreBundle

image

jhv/payment-core-bundle

PaymentCoreBundle

  • Thursday, June 6, 2013
  • by jhv
  • Repository
  • 1 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PaymentCoreBundle

Symfony2 Bundle :: AdministraĆ§Ć£o e interligaĆ§Ć£o de objetos junto ao serviƧo de pagamento., (*1)

Configuration Reference

Arquivo de configuraĆ§Ć£o padrĆ£o., (*2)

``` yaml, (*3)

app/config.yml

CoraĆ§Ć£o do pagamento

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)

The Versions

06/06 2013

dev-master

9999999-dev

PaymentCoreBundle

  Sources   Download

The Requires

 

by Jorge Vahldick

payment payment core