LaravelPackages.net
Acme Inc.
Toggle sidebar
codersstudio/yandex-money-checkout

Package use Yandex Money SDK.

27
0
About codersstudio/yandex-money-checkout

codersstudio/yandex-money-checkout is a Laravel package for package use yandex money sdk.. It currently has 0 GitHub stars and 27 downloads on Packagist. Install it with composer require codersstudio/yandex-money-checkout. Discover more Laravel packages by codersstudio or browse all Laravel packages to compare alternatives.

Last updated

Laravel yandex money checkout

Software License Travis Total Downloads

Install

composer require coderstudio/yandex-money-checkout

Usage

This is package provide base Controller and views for implement Yandex Money payments It's provide webhook url https://some.com/payments/webhook

Config file:

 //API
'store_id' => env('YANDEX_MONEY_STORE_ID',''),
'secret' => env('YANDEX_MONEY_SECRET', ''),

//Payment options
'payment_method_type' => 'bank_card',
'currency' => 'RUB',
'save_payment_method' => true,
'capture' => false,

//Redirect
//Should include order in url template
//Example: /test/{order}
 'success_route' => env('YANDEX_MONEY_SUCCESS_ROUTE', 'yandexmoneycheckout.payments.success'),
 'failed_route' => env('YANDEX_MONEY_FAIL_ROUTE', 'yandexmoneycheckout.payments.failed')

Testing

Run the tests with:

vendor/bin/phpunit

Credits

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Star History Chart