Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion authorizenet.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "authorizenet"
s.version = "2.0.0"
s.version = "2.0.1"
s.platform = Gem::Platform::RUBY
s.date = "2019-03-05"
s.summary = "Authorize.Net Payments SDK"
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-2.0.0
clientId: sdk-ruby-2.0.1
4 changes: 2 additions & 2 deletions lib/authorize_net/api/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3454,15 +3454,15 @@ def initialize(refId = nil, messages = nil, sessionToken = nil, customerProfileI
# refId - SOAP::SOAPString
# transId - (any)
# customer - CustomerProfileBaseType
# customerProfileId - NumericStringsType
# customerProfileId - (any)
# profileType - CustomerProfileTypeEnum
class CreateCustomerProfileFromTransactionRequest
include ROXML
xml_accessor :merchantAuthentication, as: MerchantAuthenticationType
xml_accessor :refId
xml_accessor :transId
xml_accessor :customer, as: CustomerProfileBaseType
xml_accessor :customerProfileId, as: NumericStringsType
xml_accessor :customerProfileId
xml_accessor :defaultPaymentProfile
xml_accessor :defaultShippingAddress
xml_accessor :profileType
Expand Down