-
Notifications
You must be signed in to change notification settings - Fork 146
Add store to payment request #123
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
| private BankAccount bankAccount = null; | ||
|
|
||
| @SerializedName("store") | ||
| private Long store = null; |
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.
Thanks for the PR! Could you please change the type to String since it is defined as such:
https://github.com/Adyen/adyen-openapi/blob/master/specs/3.0/PaymentService-V30.yaml#L813
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.
Look at that, I changed 👍
|
Thanks! I dont have merge access, so someone else will have to merge |
Thanks for your contribution. I am merging it. |
|
Hi @daforsman, Thanks, |
No description provided.