ActiveMerchant: dumping traffic between Your app and payment gateway
Posted on October 4, 2010 - Filed Under RubyOnRails | Leave a Comment
If you’re new here, you may want to subscribe to my RSS feed. You can also get updates by email Thanks for visiting!Just a quick note – if You need to dump all traffic between payment gateway and Your application using ActiveMerchant just add to Your development.rb: ActiveMerchant::Billing::QuantumGateway.wiredump_device = File.open(“/tmp/q.log”, “a+”) ActiveMerchant::Billing::QuantumGateway.wiredump_device.sync = true Just [...]
Popularity: 18% [?]
Read More..>>

