Skip to content

Conversation

@dili91
Copy link
Contributor

@dili91 dili91 commented Dec 19, 2025

Description

Please include a sufficiently detailed description of your changes

[Fixes # (issue)]

Type of change

Please select multiple options if required.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have updated the gradle.properties file with the new version
  • I have updated the CHANGELOG.md file with the details of the new version
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code where necessary
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the relevant documentation

Comment on lines +12 to 14
// TODO: can this be deprecated? We should leverage the HPP URI generated by the payments-gateway instead.
// note that deprecating would probably mean creating a new type for our test utils
PAYMENT("payments", "payment_id", HPP),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO


// HTTP client
def retrofitVersion = '2.9.0'
def retrofitVersion = '3.0.0'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is huge and to be validated. They have updated the underlying OkHTTP version

@dili91 dili91 force-pushed the create-payment-improvements branch from ba17015 to 5501269 Compare December 22, 2025 13:02
@dili91 dili91 force-pushed the create-payment-improvements branch from 5501269 to 5d87394 Compare December 22, 2025 13:03
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.

2 participants