Authorize.net’s Ruby client
Authorize.net’s Ruby client seems to be a sloppy Java clone, that doesn’t follow Ruby conventions or style.
Some examples
- It returns an Exception object as a return value in some cases.
- It has messy indentation.
There are issues filed about other things