Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Releases: ghaiklor/sails-service-payment

v3.1.1

Choose a tag to compare

@ghaiklor ghaiklor released this 27 Jan 13:53

<a name"3.1.1">

3.1.1 (2016-01-27)

Bug Fixes

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

v3.1.0

Choose a tag to compare

@ghaiklor ghaiklor released this 26 Jan 16:03

<a name"3.1.0">

3.1.0 (2016-01-26)

Features

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

v3.0.3

Choose a tag to compare

@ghaiklor ghaiklor released this 02 Oct 10:24
  • General improvements;

v3.0.2

Choose a tag to compare

@ghaiklor ghaiklor released this 26 Sep 10:13
  • Fix refund method for new Stripe version;

v3.0.1

Choose a tag to compare

@ghaiklor ghaiklor released this 25 Sep 08:49
  • Typo fixes in docs;

v3.0.0

Choose a tag to compare

@ghaiklor ghaiklor released this 24 Sep 14:48
  • 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

Choose a tag to compare

@ghaiklor ghaiklor released this 17 Jul 16:13
  • 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

Choose a tag to compare

@ghaiklor ghaiklor released this 10 Jul 17:38
  • Implement adding specific provider options in checkout and refund methods;

Version 1.1.0

Choose a tag to compare

@ghaiklor ghaiklor released this 09 Jul 12:22
  • Add refund feature to interface and implement it for BrainTree and Stripe;

Version 1.0.0

Choose a tag to compare

@ghaiklor ghaiklor released this 02 Jul 09:52
  • Add support for BrainTreePayments;
  • Add support for Stripe;