WebPixie Posted February 9, 2005 Share Posted February 9, 2005 Basicly I wanted to duplicate my paypal_ipn module so I could show credit cards and paypal as two seperate options. Plus it could help me track who is paying with paypal account and who is using credit cards processed by paypal. If I wanted to duplicate the paypal_ipn module do I just change the file name and the class name to match it? So make it paypal_ipn_cc.php and rename class to: class paypal_ipn_cc { and change this to the new name like this: $this->code = 'paypal_ipn_cc'; Is there anything else I would need to change in the paypal_ipn to duplicate it without error? I tried once before but it didn't work, figured I would ask what else I needed to do..... Any help would be greatly appreciated. Thanks :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.