We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue by spk Monday Sep 23, 2013 at 10:08 GMT Originally opened as https://github.com/Shopify/active_merchant/pull/851
Hello, We are using active merchant for the paypox_system french payment method.
This payment method are different and change the classic usage of active_merchant helper...
PayboxSystem are very strict with parameters, so we have created a method that return a hash with only the needed params. (query_with_hmac)
query_with_hmac
We have documented the usage of the paybox helper so it can be used without payment_service_for helper.
payment_service_for
Thanks
spk included the following code: https://github.com/Shopify/active_merchant/pull/851/commits
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue by spk
Monday Sep 23, 2013 at 10:08 GMT
Originally opened as https://github.com/Shopify/active_merchant/pull/851
Hello,
We are using active merchant for the paypox_system french payment method.
This payment method are different and change the classic usage of active_merchant helper...
PayboxSystem are very strict with parameters, so we have created a method that return a hash with only the needed params. (
query_with_hmac
)We have documented the usage of the paybox helper so it can be used without
payment_service_for
helper.Thanks
spk included the following code: https://github.com/Shopify/active_merchant/pull/851/commits
The text was updated successfully, but these errors were encountered: