Coder Social home page Coder Social logo

bagisto-wirecard's Introduction

Laravel eCommerce Wirecard Payment (Em Desenvolvimento)

Módulo para adicionar a opção de meio de pagamento Wirecard na ferramenta de e-Commerce Bagisto

Instalação

1- Run composer require arthurzanella/bagisto-wirecard in your bagisto project

2- Não esqueça de colocar as rotas do wirecard no exceptions do app/Http/Middleware/VerifyCsrfToken.php:

/**
 * The URIs that should be excluded from CSRF verification.
 *
 * @var array
 */
protected $except = [
    'wirecard/*'
];

3- Rodar php artisan config:clear para limpar as configurações cacheadas.

Configurações

Para configurar seu módulo acesse: Admin > Configurar > Vendas > Métodos de Pagamento > Wirecard.

Configurações disponíveis:

  • Título: Nome do método de pagamento.
  • Descrição: Opcional.
  • Token: Token fornecido pelo Wirecard.
  • Key: Key fornecido pelo Wirecard.
  • Public Key: Public Key fornecido pelo Wirecard.

Image

Image

Image

Image

Image

Me pague uma cerveja:

Se gostou do trabalho e quiser me pagar uma cerveja, pode me fazer uma doação pelo PicPay: @arthur.zanella

Conheça a comunidade Brasileira de Bagisto

bagisto-wirecard's People

Contributors

arthurzanella avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kldeepak

bagisto-wirecard's Issues

Getting ArthurZanella\Wirecard\Models\Wirecard must extend or implement

As asked I have just run command composer require arthurzanella/bagisto-wirecard but it return following issue

Class ArthurZanella\Wirecard\Models\Wirecard must extend or implement ArthurZanella\Wirecard\Contracts\Wirecard.
in Concord.php line 125

I just run the command nothing else.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.