RayYates
03-05-07, 11:10 AM
I'm compiling for Merchant 4.xx.
Some of Merchants functions output directly instead of returning a value. How can I capture the output into a string, specifically the <input> tags from the payment modules?
Each payment module uses its own variable names in the name="" parameter. What I really need to determine is what variable names a module is going to output and the only way I figured I could do that was to capture the output then parse it.
Any ideas?
Some of Merchants functions output directly instead of returning a value. How can I capture the output into a string, specifically the <input> tags from the payment modules?
Each payment module uses its own variable names in the name="" parameter. What I really need to determine is what variable names a module is going to output and the only way I figured I could do that was to capture the output then parse it.
Any ideas?