cendekia / nova-faspay-tools
A Faspay payment gateway tool for Laravel Nova.
Installs: 141
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 19
Language:Vue
Requires
- php: >=7.1.0
Requires (Dev)
- orchestra/testbench: ^3.6
- phpunit/phpunit: 7.1
- dev-master
- v0.0.3
- v0.0.2
- v0.0.1
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/css-what-2.1.3
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/prismjs-1.27.0
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
This package is auto-updated.
Last update: 2024-10-08 22:07:38 UTC
README
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require cendekia/nova-faspay-tools
You need to add some credentials from Faspay into .env
file, like so:
FASPAY_RECURRING_MERCHANT_ID=xxxx FASPAY_RECURRING_MERCHANT_NAME=xxxxx FASPAY_RECURRING_CLIENT_ID=xxxxx FASPAY_RECURRING_PASSWORD=xxxxx FASPAY_RECURRING_CHECK_URL=https://xxxxxx FASPAY_RECURRING_MEMBER_DATA_URL=https://xxxxxx
Next up, you must register the tool with Nova. This is typically done in the tools
method of the NovaServiceProvider
.
// in app/Providers/NovaServiceProvider.php // ... public function tools() { return [ // ... new \Cendekia\FaspayTools\FaspayTools, ]; }
Todo :
- Recurring member check
- Update recurring member data
- Setting with local data
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email me@cendekiapp.com instead of using the issue tracker.
Support
Buy me a cup of ☕ americano on the rocks. Patreon
License
The MIT License (MIT). Please see License File for more information.