2017 © Pedro Peláez
 

library payment

Payment API.

image

paymentapi/payment

Payment API.

  • Sunday, February 21, 2016
  • by pepsi_08
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

payment/test

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This is currency converter package. Just install and use it. Welcome!), (*2)

Install

Via Composer, (*3)

  1. composer.json add to require : "converter/test": "dev-master", (*4)

    Run: composer update, (*5)

  2. config app.php, (*6)

    Add to 'providers' => [, (*7)

    Ivanchenko\Payment\PaymentServiceProvider::class, Collective\Html\HtmlServiceProvider::class, App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, ... Propaganistas\LaravelPhone\LaravelPhoneServiceProvider::class,, (*8)

    Add to 'aliases' => [, (*9)

    'Form' => Collective\Html\FormFacade::class,
    'Html' => Collective\Html\HtmlFacade::class,
  3. app\Http\routes.php, (*10)

    comment Route::get('/' ... and routes which overrides if you have the same, (*11)

    Route::post('/payment-success'...
    
    Route::post('/validate/payment' ....

    });, (*12)

  4. Run :, (*13)

    php artisan vendor:publish --tag=public --force, (*14)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*15)

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker., (*16)

The Versions

21/02 2016