UNPKG

veritrans

Version:

veritrans integration module for node.js

49 lines (34 loc) 1.67 kB
Project History =============== All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ### [0.3.0] - 2017-10-09 #### Added * Method to refund transaction. ([Jalul](https://github.com/Jalul) [#7](https://github.com/dycodedev/veritrans-node/pull/7)) ### [0.2.0] - 2017-01-18 #### Added * BCA Klikbca payment method. ([PhilippeHidayat](https://github.com/PhilippeHidayat) [#6](https://github.com/dycodedev/veritrans-node/pull/6)) ### [0.1.3] - 2016-04-16 #### Changed * Merged [#4](https://github.com/dycodedev/veritrans-node/pull/4). [PhilippeHidayat](https://github.com/PhilippeHidayat). ### [0.1.2] - 2016-02-16 #### Changed * Fixed [#1](https://github.com/dycodedev/veritrans-node/issues/1). [sgpagek](https://github.com/sgpagek). ### [0.1.1] - 2015-11-30 #### Changed * Fixed `options` look-up error. * Module loading description on README. * Removed unnecessary test cases. ### 0.1.0 - 2015-11-27 #### Added * Supported all payment method using single method `Veritrans.transaction.charge`. * Check status of a transaction / order. * Cancel transaction / order. * Approve transaction / order. * Capture transaction / order. * Validation on all required fields. * Basic usage & examples. [0.1.1]: https://github.com/dycodedev/veritrans-node/compare/v0.1.0...v0.1.1 [0.1.2]: https://github.com/dycodedev/veritrans-node/compare/v0.1.1...v0.1.2 [0.1.3]: https://github.com/dycodedev/veritrans-node/compare/v0.1.2...v0.1.3 [0.2.0]: https://github.com/dycodedev/veritrans-node/compare/v0.1.3...v0.2.0 [0.3.0]: https://github.com/dycodedev/veritrans-node/compare/v0.2.0...v0.3.0