sdk-ruby icon indicating copy to clipboard operation
sdk-ruby copied to clipboard

Ruby SDK for the Authorize.Net API

Results 19 sdk-ruby issues
Sort by recently updated
recently updated
newest added

Your ruby code blantantly ignores most ruby conventions (e.g. underscore_method_names) and uses (what looks like) java based naming schemes everywhere Is an expectation to migrate this sdk to use ruby...

redesign

`customerProfileId` should not be a `NumericStringsType`, it is a simple string. This will fix the issue in #180 .

modified files:-transaction.rb , api_transaction.rb, xml_transaction.rb

In CreateCustomerProfileFromTransactionRequest the customerProfileId was improperly specified as a NumericStringsType. This commit removes the designation. Note that in some places customerProfileId is specified as an Integer, which is correct. There...

## Problem When making an `ARBGetSubscriptionRequest` using the ruby client, an empty array `[]` is getting returned for a user's `arbTransactions`. Submitting this same exact request using CURL, however, we...

Considering the following `CustomerPaymentProfileType`: ```rb # {AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileType # customerType - CustomerTypeEnum # billTo - CustomerAddressType # payment - PaymentType # driversLicense - DriversLicenseType # taxId - SOAP::SOAPString # defaultPaymentProfile -...

I can't connect to the API. I'm getting the following SSL error: ``` # ``` I'm not an expert by any means in SSL so I'm not really sure how...

Is there a way to set x_duplicate_window in any request? I am struggling with a problem of duplicated transactions and I found a solution where I need to pass x_duplicate_window...

I have this `LogConfig.yml`: ```yaml loglevel: debug filepath: log/authorize_net.log maskSensitiveData: false ``` I'm seeing this error: ``` log writing failed. "\xEF" from ASCII-8BIT to UTF-8 ``` Expanding it further: ```...