Skip to content

Correct usage of class #54

@andyundso

Description

@andyundso

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions