ruby on rails - ActiveMerchant Authorize.net Cim wont generate declines -


i'm working on implementation activemerchant uses authorizenetcim.

i followed guide generate declined transaction or avs errors.

every transaction do, return successful transaction.

i'm setting activemerchant flag true hits test_url.

this thread i've found in regards same problem.

this pull request solves problem:

https://github.com/shopify/active_merchant/pull/785

basically need split test flag in two: - test : indicates url hit. - test_requests : indicates if requests should carry test flag or not.

this way, can hit test environment send real transaction react error generation guide authorize.net.


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -