Skip to content

Commit 2390068

Browse files
author
Sunny Raj Rathod
authored
Merge pull request #104 from AuthorizeNet/future
Merging Future to master for q4 updates
2 parents 3cb000a + 0264176 commit 2390068

5 files changed

Lines changed: 331 additions & 16 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.0.2"
3+
s.version = "1.9.0.3"
44
s.platform = Gem::Platform::RUBY
5-
s.date = "2016-10-20"
5+
s.date = "2016-11-24"
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ module Type
4646
API_GET_CUSTOMER_PAYMENT_PROFILE_LIST = "getCustomerPaymentProfileListRequest"
4747

4848
API_ARB_GET_SUBSCRIPTION_REQUEST = "ARBGetSubscriptionRequest"
49+
50+
API_GET_MERCHANT_DETAILS = "getMerchantDetailsRequest"
51+
API_GET_HOSTED_PAYMENT_PAGE = "getHostedPaymentPageRequest"
52+
API_UDPATE_HELD_TRANSACTION = "updateHeldTransactionRequest"
53+
4954
end
5055

5156
def initialize(api_login_id, api_transaction_key, options = {})
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
clientId: sdk-ruby-1.9.0.2
1+
clientId: sdk-ruby-1.9.0.3

0 commit comments

Comments
 (0)