This will now have your credit card processor set up for your event.
This how to will describe to you how to configure your system, and your kiosks to use credit card transactions.
Most kiosks will be configured to use the 98_online_payment module. In order to use credit card processing, you will need to replace that step with two seperate steps.
Before | After |
Change any references to $_SESSION['98_online_payment'] to $_SESSION['98_online_cc_payment']
Before | After |
add $_SESSION['gatewaytesting'] = true; to your steps file, and this should set this kiosk (and only this kiosk) into test mode. On the most part this should not be needed, and it's much better to test a 1$ transaction in real working mode than it is to only test using testing mode.