-
Notifications
You must be signed in to change notification settings - Fork 146
PW-4390 Added Apache HTTP Client & added get and update paymentLink #524
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
Conversation
- Added Apache HTTP client to support PATCH, GET & DELETE request methods. - Moved create paymentLink to PaymentLinks service - Added Get and Updated paymentLink into PaymentLinks service
This pull request introduces 1 alert when merging 558d2c9 into 65eadba - view on LGTM.com new alerts:
|
|
||
class AdyenResponse { | ||
|
||
private String response; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be it will be good to call this as body
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated it
Description
Tested scenarios
E2E tests (including payment link create, get & update)