-
Notifications
You must be signed in to change notification settings - Fork 8
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
List of possible parameters to include in the SHA-OUT calculation #6
Comments
Hello @SiddhyN and thanks for your feedback on this. Can you elaborate a bit more on what you really changed so that your application works as expected? Thanks in advance. |
Hi, Ok i try to elaborate a bit more :) I modified the [$allowed] parameter of the [PostFinance\ParameterFilter\ShaOutParameterFilter] class to add all possible return variables specified in the postfinance documentation. (For me it was the PAYIDSUB variable that was missing) Here is my new definition: Hoping to have been a little clearer |
Oh sure I get it now! If you want you can do a pull request for this to be incorporated in my lib, I welcome new contributors anytime... ;) And thanks for noticing this. |
I see that you did the PR. Thank you :) I will watch next time to do the PR myself :) Have a good day |
Hi,
First thx for your code. I use it and it work very weel.
Then I had a problem checking the SHAOUT signature at the server-to-server return. I noticed that there were some parameters missing in the filter to calculate the hash chain.
By adding all the parameters provided by Postfinance, the correspondence is good.
Maybe this list has been changed since the time?
Here is the list I used:
https://e-payment-postfinance.v-psp.com/~/media/kdb/integration%20guides/sha-out_params.ashx?la=fr
Hopefully it will be useful to others.
Have a good day
The text was updated successfully, but these errors were encountered: