sample-code-ruby icon indicating copy to clipboard operation
sample-code-ruby copied to clipboard

This repository contains working code samples which demonstrate ruby integration with the Authorize.Net API

Results 8 sample-code-ruby issues
Sort by recently updated
recently updated
newest added

These updates to the PaymentTransactions examples should help to alleviate some of the confusion as to what constitutes a successful transaction (not just API response) coming back from Authorize.Net when...

#68 Fixes this, but this fixed code doesn't seem to calculate the same hash that `test.authorize.net/gateway/transact.dll` site returns for SIM hosted page forms. Can someone verify the correct text to...

awaiting-reply

The original code never calls `calculate_TransHashSha512`, this fix does. Additionally, this fixed code doesn't seem to calculate the same hash that `test.authorize.net/gateway/trasact.dll` site returns for SIM hosted page forms. Can...

Add code coverage using Scrutinizer. I originally implemented CodeCov but I see Scrutnizer used for other AuthorizeNet repos.

This PR cleans up the noisy output when running rspec. All puts and printf statements are replaced by logger.info, logger.warn or logger.error. The logger provided in each sample defaults to...

Also cleaned up redundant Travis configuration.