jhv / payment-service-bundle
PaymentServiceBundle
Installs: 22
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- jhv/payment-core-bundle: @dev
This package is not auto-updated.
Last update: 2020-01-19 13:08:00 UTC
README
Symfony2 Bundle :: Create and manipulate payment methods and "services or gateways"
Configuration Reference
Arquivo de configuração padrão.
# app/config.yml ### JHVPaymentServiceBundle jhv_payment_service: ### Template default_template: "JHVPaymentServiceBundle:Form:payment_methods.html.twig" 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