Skip to content

Commit

Permalink
Merge pull request #135 from AuthorizeNet/future
Browse files Browse the repository at this point in the history
Merging Future into master
  • Loading branch information
Sunny Raj Rathod authored Nov 17, 2017
2 parents b6ab908 + e4e3eec commit 381106a
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 25 deletions.
4 changes: 2 additions & 2 deletions authorizenet.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "authorizenet"
s.version = "1.9.3"
s.version = "1.9.4"
s.platform = Gem::Platform::RUBY
s.date = "2017-06-05"
s.date = "2017-11-17"
s.summary = "Authorize.Net Payments SDK"
s.description = "Authorize.Net SDK includes standard payments, recurring billing, and customer profiles"
s.authors = ["Authorize.Net"]
Expand Down
1 change: 1 addition & 0 deletions lib/authorize_net/api/api_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module Type
API_GET_MERCHANT_DETAILS = "getMerchantDetailsRequest"
API_GET_HOSTED_PAYMENT_PAGE = "getHostedPaymentPageRequest"
API_UDPATE_HELD_TRANSACTION = "updateHeldTransactionRequest"
API_UPDATE_MERCHANT_DETAILS = "updateMerchantDetailsRequest"

end

Expand Down
2 changes: 1 addition & 1 deletion lib/authorize_net/api/constants.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
clientId: sdk-ruby-1.9.3
clientId: sdk-ruby-1.9.4
Loading

0 comments on commit 381106a

Please sign in to comment.