datatrans icon indicating copy to clipboard operation
datatrans copied to clipboard

Correct usage of `class`

Open andyundso opened this issue 2 years ago • 0 comments

Most of the classes in the gem start like:

class Datatrans::XML::Transaction
  class CaptureRequest < Request

pretty sure this should be:

module Datatrans::XML::Transaction
  class CaptureRequest < Request

andyundso avatar Jan 08 '24 13:01 andyundso