[ic] a couple of questions

Javier Martin interchange-users@lists.akopia.com
Fri Jun 1 15:53:01 2001


Hi,

Newbie questions:

- Is there any way of letting the payment routine (authorizenet, cybercash,
...) know the mv_cyber_mode besides passing this value as an <INPUT
type=hidden>? I don't like people knowing this from the HTML source. If you
have some "test_mode" implemented, they could save the page locally and
re-submit it with the mv_cyber_mode changed to fool the server.

- What are the difference among the following:

 $CGI->{$key}
 $CGI::values{$key}
 $Values->{$key}


Thanks!!

Javier