Releases: ghaiklor/sails-service-payment
Releases · ghaiklor/sails-service-payment
v3.1.1
Compare
Sorry, something went wrong.
No results found
<a name"3.1.1">
3.1.1 (2016-01-27)
Bug Fixes
package: Fix issue with export default (819a27cf )
v3.1.0
Compare
Sorry, something went wrong.
No results found
<a name"3.1.0">
3.1.0 (2016-01-26)
Features
package: Add support for older NodeJS versions (dbd645ec )
v3.0.3
Compare
Sorry, something went wrong.
No results found
v3.0.2
Compare
Sorry, something went wrong.
No results found
Fix refund method for new Stripe version;
v3.0.1
Compare
Sorry, something went wrong.
No results found
v3.0.0
Compare
Sorry, something went wrong.
No results found
Migration from ES5 syntax to ES6;
Remove .create method from PaymentService. PaymentService is a function now that you can call with PaymentService('stripe', {});
Version 2.0.0
Compare
Sorry, something went wrong.
No results found
Replace getConfig and setConfig with get and set methods;
Implement retrieve method that allows to get info about settled transaction;
Optimize PaymentService.create method;
Improve test coverage;
Update docs;
Version 1.2.0
Compare
Sorry, something went wrong.
No results found
Implement adding specific provider options in checkout and refund methods;
Version 1.1.0
Compare
Sorry, something went wrong.
No results found
Add refund feature to interface and implement it for BrainTree and Stripe;
Version 1.0.0
Compare
Sorry, something went wrong.
No results found
Add support for BrainTreePayments;
Add support for Stripe;