Skip to content

Commit

Permalink
add api_version=
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioMurga committed Jan 28, 2014
1 parent b799962 commit f86f51b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* Add payment method model.
* Objects' properties are now accessible via methods of the same of name

=== 0.3.5 2013-01-17
=== 0.3.6 2013-01-17

* Fix cert path.
=== 0.3.7 2013-01-27

* Add api_version= method.
3 changes: 3 additions & 0 deletions lib/conekta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def self.api_base=(api_base)
def self.api_version
@api_version
end
def self.api_version=(api_version)
@api_version = api_version
end
def self.api_key
@api_key
end
Expand Down
2 changes: 1 addition & 1 deletion lib/conekta/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Conekta
VERSION = '0.3.6'
VERSION = '0.3.7'
end

0 comments on commit f86f51b

Please sign in to comment.