Ok, so I figured out that global_config.inc.php sends the hidden fields, so I took out all the address information from the form and updated the global_config.inc.php file by adding this line under the cmd line:
<input type="hidden" name="redirect_cmd" value="<?php echo @$paypal[redirect_cmd]?>" />
I thought I was onto something, but that did not work. The global_config.inc.php has everything defined, so why isn't this working?
<input type="hidden" name="redirect_cmd" value="<?php echo @$paypal[redirect_cmd]?>" />
I thought I was onto something, but that did not work. The global_config.inc.php has everything defined, so why isn't this working?