Forum Moderators: coopster
ie...credit card processing uses $customer
online check processing uses $billCustomer
my database identifies the customer as $user
so when I get to that final page when the $user has successfully paid, I get
$customer = 'customer'
and I need the value to my database to be $customer = 'user'
how do I change the value names?