Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Updates #346

Merged
merged 1 commit into from
Jun 7, 2023
Merged

API Updates #346

merged 1 commit into from
Jun 7, 2023

Conversation

martinseco
Copy link
Contributor

Changes

  • Adds support for simulate_increment
  • Adds support for simulate_clearing
  • Adds support for simulate_reversal

Related PRs

cko-web/checkout-api-reference#920
cko-web/checkout-api-reference#936

API Reference

https://api-reference.checkout.com/#tag/Card-testing

})

expect(clearingResponse).to.not.be.null
expect(clearingResponse.status).to.equal("Authorized")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crearing is not waiting for status

})

expect(reversalResponse).to.not.be.null
expect(reversalResponse.status).to.equal("Authorized")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change Authorized by Reversed or Declined

* Adds support for `simulate_increment`
* Adds support for `simulate_clearing`
* Adds support for `simulate_reversal`
Copy link
Contributor

@armando-rodriguez-cko armando-rodriguez-cko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏽

@martinseco martinseco merged commit 82bf06e into master Jun 7, 2023
1 check passed
@martinseco martinseco deleted the feature/INT-1263 branch June 7, 2023 12:40
@martinseco martinseco mentioned this pull request Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants