paymentapi/payment

Payment API.

Maintainers

Package info

github.com/pepsi08/payment

Homepage

Language:JavaScript

pkg:composer/paymentapi/payment

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2016-02-21 18:24 UTC

This package is not auto-updated.

Last update: 2026-02-21 01:46:27 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

This is currency converter package. Just install and use it. Welcome!)

Install

Via Composer

  1. composer.json add to require : "converter/test": "dev-master"

    Run: composer update

  2. config app.php

    Add to 'providers' => [

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

    Add to 'aliases' => [

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

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

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

    });

  4. Run :

    php artisan vendor:publish --tag=public --force

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

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