Open ArturLewinsky opened 6 years ago
It could be that the API has changed since this gateway was implemented. I don't think we use it in any of our projects so I can't verify.
To make sure, @ArturLewinsky are you using the legacy version of the dotpay API and not the other one? (the other one is enabled by default, it's a settings to change on your dotpay account's dashboard)
Shouldn't there be chk
parameter calculated in data
dictionary? It isn't. https://github.com/mirumee/django-payments/blob/master/payments/dotpay/__init__.py I didn't look closely but that's the only place I see any of the Dotpay parameters mentioned. Even if there's a signature calculated somewhere else, can't where it's added to posted data.
Hello, I am trying to integrate my django applications with dotpay payment systems, but I get a error in the logs:
In the technical documentation of the operator, I read that the parameter should be calculated to proper work. However, in the library code I cant see where that is made. Does anyone solved the problem?