Skip to content

Commit 381106a

Browse files
author
Sunny Raj Rathod
authored
Merge pull request #135 from AuthorizeNet/future
Merging Future into master
2 parents b6ab908 + e4e3eec commit 381106a

5 files changed

Lines changed: 165 additions & 25 deletions

File tree

authorizenet.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
s.name = "authorizenet"
3-
s.version = "1.9.3"
3+
s.version = "1.9.4"
44
s.platform = Gem::Platform::RUBY
5-
s.date = "2017-06-05"
5+
s.date = "2017-11-17"
66
s.summary = "Authorize.Net Payments SDK"
77
s.description = "Authorize.Net SDK includes standard payments, recurring billing, and customer profiles"
88
s.authors = ["Authorize.Net"]

lib/authorize_net/api/api_transaction.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module Type
5151
API_GET_MERCHANT_DETAILS = "getMerchantDetailsRequest"
5252
API_GET_HOSTED_PAYMENT_PAGE = "getHostedPaymentPageRequest"
5353
API_UDPATE_HELD_TRANSACTION = "updateHeldTransactionRequest"
54+
API_UPDATE_MERCHANT_DETAILS = "updateMerchantDetailsRequest"
5455

5556
end
5657

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
clientId: sdk-ruby-1.9.3
1+
clientId: sdk-ruby-1.9.4

0 commit comments

Comments
 (0)