2017 © Pedro Peláez
 

symfony-bundle payment-service-bundle

PaymentServiceBundle

image

jhv/payment-service-bundle

PaymentServiceBundle

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

The README.md

PaymentServiceBundle

Symfony2 Bundle :: Create and manipulate payment methods and "services or gateways", (*1)

Configuration Reference

Arquivo de configuração padrão., (*2)

``` yaml, (*3)

app/config.yml

JHVPaymentServiceBundle

jhv_payment_service: ### Template default_template: "JHVPaymentServiceBundle:Form:payment_methods.html.twig", (*4)

security:
    secret_key  : "secret key"
    cipher      : "rijndael-256"
    mode        : "cfb"

### Definição das classes
classes:
    ### Managers
    plugin_manager            : "JHV\\Payment\\ServiceBundle\\Manager\\PluginManager"
    payment_method_manager    : "JHV\\Payment\\ServiceBundle\\Manager\\PaymentMethodManager"

    ### Form
    payment_selector_type     : "JHV\\Payment\\ServiceBundle\\Form\\Type\\PaymentSelectorType"
    payment_selector_factory  : "JHV\\Payment\\ServiceBundle\\Factory\\PaymentFormFactory"

    ### Objetos
    payment_method_class      : "JHV\\Payment\\ServiceBundle\\Model\\PaymentMethod"
    payment_instruction_class : "PaymentInstruction"

    ### Segurança
    encrypter                 : "JHV\\Payment\\ServiceBundle\\Security\\Encrypter"

    ### Twig extension
    twig_extension            : "JHV\\Payment\\ServiceBundle\\Twig\\Extension\\PaymentServiceExtension"


### Formas de pagamento disponíveis
payment_methods:
    cobrebem_visa:
        code          : "VISA"
        name          : "Cartão visa"
        description   : "Pagamento com o cartão visa"
        enabled       : true
        visible       : true
        plugin        : plugin_name
        image         : /bundles/nome-bundle/images/cartao-visa.jpg
        extra_data    :
            operadora : CIELO

```, (*5)

The Versions

06/06 2013

dev-master

9999999-dev

PaymentServiceBundle

  Sources   Download

The Requires

 

by Jorge Vahldick

payment payment method