2017 © Pedro Peláez
 

library merchants

Using a merchant handler to use with laravel

image

faiverson/merchants

Using a merchant handler to use with laravel

  • Monday, May 9, 2016
  • by faiverson
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Merchant Handler

Use different merchant with Laravel for a direct sale/transaction, (*1)

Installation

Using composer composer require merchant-handler Or add to composer.json "faiverson/merchant-handler" : "^1.0.0", (*2)

How to use

Go to the app.php and add in the providers: composer require merchant-handler Faiverson\Merchant\MerchantServiceProvider::class,, (*3)

The you can inject the dependency in your object 'use Faiverson\Merchant\contract\Merchant;', (*4)

public function __construct(Merchant $merchant), (*5)

And you can use the 2 methods: purchase and refund, (*6)

The Versions

09/05 2016

dev-master

9999999-dev

Using a merchant handler to use with laravel

  Sources   Download

MIT

The Requires

 

by Fabian Torres

09/05 2016

v1.0.0

1.0.0.0

Using a merchant handler to use with laravel

  Sources   Download

MIT

The Requires

 

by Fabian Torres