adonisjs-paystack
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -1,2 +0,7 @@ | ||
<a name="0.1.3"></a> | ||
<a name="0.1.4"></a> | ||
# 0.1.5 (2019-11-11) | ||
- Updated dependency **paystack-node** to v0.2.1 | ||
<a name="0.1.4"></a> | ||
# 0.1.4 (2019-05-25) | ||
@@ -3,0 +8,0 @@ |
@@ -17,3 +17,3 @@ 'use strict' | ||
*/ | ||
apiTestKey: Env.get('PAYSTACK_API_TEST_KEY'), | ||
apiTestKey: Env.get('PAYSTACK_API_TEST_KEY', null), | ||
@@ -31,3 +31,3 @@ /* | ||
*/ | ||
apiLiveKey: Env.get('PAYSTACK_API_LIVE_KEY') | ||
apiLiveKey: Env.get('PAYSTACK_API_LIVE_KEY', null) | ||
} |
{ | ||
"name": "adonisjs-paystack", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "An addon/plugin package to provide PayStack payment services in AdonisJS 4.1+", | ||
@@ -46,3 +46,3 @@ "main": "index.js", | ||
"@adonisjs/generic-exceptions": "^2.0.1", | ||
"paystack-node": "^0.2.0", | ||
"paystack-node": "^0.2.1", | ||
"debug": "^3.1.2" | ||
@@ -49,0 +49,0 @@ }, |
@@ -99,4 +99,4 @@ # adonis-paystack | ||
- [Ifeora Okechukwu <Head Of Technology - Oparand>](https://twitter.com/isocroft) | ||
- [Ahmad Abdul-Aziz <Software Engineer>](https://twitter.com/dev_amaz) | ||
- [Ifeora Okechukwu](https://twitter.com/isocroft) | ||
- [Ahmad Abdul-Aziz](https://twitter.com/dev_amaz) | ||
@@ -107,2 +107,10 @@ ## Contributing | ||
## Support | ||
**Coolcodes** is a non-profit software foundation (collective) created by **Oparand** - parent company of StitchNG, Synergixe based in Abuja, Nigeria. You'll find an overview of all our work and supported open source projects on our [Facebook Page](https://www.facebook.com/coolcodes/). | ||
>Follow us on facebook if you can to get the latest open source software/freeware news and infomation. | ||
Does your business depend on our open projects? Reach out and support us on [Patreon](https://www.patreon.com/coolcodes/). All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff. | ||
[npm-image]: https://img.shields.io/npm/v/adonisjs-paystack.svg?style=flat-square | ||
@@ -109,0 +117,0 @@ [npm-url]: https://npmjs.org/package/adonisjs-paystack |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8825
123
Updatedpaystack-node@^0.2.1