Skip to content

Commit

Permalink
Rev to 9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Houzl committed Mar 17, 2017
1 parent 15b41da commit 4568875
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
= LitleOnline CHANGELOG

==Version 9.12.0
*Feature: updated to use XML v9.12
*Feature: added SEPA Direct Debit transaction support
*Feature: added iDeal (Direct Debit) transaction support

==Version 9.10.0
* Feature: add androidpay
* Feature: add network enhancements for original txn Id and original amount
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ require 'rake/clean'
spec = Gem::Specification.new do |s|
FileUtils.rm_rf('pkg')
s.name = "LitleOnline"
s.summary = "Ruby SDK produced by Vantiv eCommerce for transaction processing using Vantiv eCommerce XML format v9.10"
s.summary = "Ruby SDK produced by Vantiv eCommerce for transaction processing using Vantiv eCommerce XML format v9.12"
s.description = File.read(File.join(File.dirname(__FILE__), 'DESCRIPTION'))
s.requirements =
[ 'Contact [email protected] for more information' ]
s.version = "9.10.0"
s.version = "9.12.0"
s.author = "Vantiv eCommerce"
s.email = "[email protected]"
s.homepage = "http://www.vantiv.com/developers"
Expand Down

0 comments on commit 4568875

Please sign in to comment.