-
Notifications
You must be signed in to change notification settings - Fork 15
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
Remove mdxi validation #91
Conversation
Please implement a proper error handling. |
@mdaskalov this PR will have backward compatibility issue! If you delete the validation than every project that is using the public method Second, there are some code elements that are not 100% right from my point of view: Using the My point is a object should mirror the attributes and methods that reflects the real response. |
@stefanpolzer: I agree about Correct me if I didn't understood it right, but in my opinion with having I also agree on the argument for using |
@mdaskalov you have a point, but the So from my point of view we should refactor some of the code so that we can distinguish between those two cases. I could check this but I would write the code fore PHP 7.2+ if this is ok with you. |
That's ok for me. Then we can go directly for release 5.0.0. I will clarify with @zirnipa if we need a release without MDXI and support for PHP 5.3+ and will make it in the meantime. I would remove |
@mdaskalov you don't need to remove any attribute/method form the |
eca9bc9
to
f21314e
Compare
OK, I made it simple: rollback and then just removed the MDXI validation without changing anything else. If it's ok for you @zirnipa I will merge and make a new release. Then we will go for 5.0. I don't think we will need a separate branch. This will be the last release to support PHP 5.3+ and that's it. |
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.
OK
Simplified parsing of the SelectPayment response: closes #89 and #90