Skip to content
This repository was archived by the owner on Mar 20, 2018. It is now read-only.
This repository was archived by the owner on Mar 20, 2018. It is now read-only.

Incorrect Sample Payload #162

@tstngdvlp

Description

@tstngdvlp

In the below URL
API Invoices - Charges

Sample Payload:

{
  "payment": {
    "amount": 10.00,
    "memo": "Lorem ipsum"
  }
}

Needs to be change to this

{
  "charge": {
    "amount": 10.00,
    "memo": "Lorem ipsum"
  }
}

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