Skip to content

Releases: ghaiklor/sails-service-payment

v3.1.1

27 Jan 13:53
Compare
Choose a tag to compare

<a name"3.1.1">

3.1.1 (2016-01-27)

Bug Fixes

  • package: Fix issue with export default (819a27cf)

v3.1.0

26 Jan 16:03
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2016-01-26)

Features

  • package: Add support for older NodeJS versions (dbd645ec)

v3.0.3

02 Oct 10:24
Compare
Choose a tag to compare
  • General improvements;

v3.0.2

26 Sep 10:13
Compare
Choose a tag to compare
  • Fix refund method for new Stripe version;

v3.0.1

25 Sep 08:49
Compare
Choose a tag to compare
  • Typo fixes in docs;

v3.0.0

24 Sep 14:48
Compare
Choose a tag to compare
  • 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

17 Jul 16:13
Compare
Choose a tag to compare
  • 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

10 Jul 17:38
Compare
Choose a tag to compare
  • Implement adding specific provider options in checkout and refund methods;

Version 1.1.0

09 Jul 12:22
Compare
Choose a tag to compare
  • Add refund feature to interface and implement it for BrainTree and Stripe;

Version 1.0.0

02 Jul 09:52
Compare
Choose a tag to compare
  • Add support for BrainTreePayments;
  • Add support for Stripe;