AAAAindex.html 0000666 00000000000 15137456442 0006546 0 ustar 00 2co_listener.ctp 0000666 00000005515 15137456442 0007671 0 ustar 00
Header(array('settings' => 'Settings', 'help' => 'Help'), '2co_listener_config_{n}'); ?>
tabStart('settings'); ?>
input('action_2co_listener_{n}_sid_config', array('type' => 'text', 'label' => "Vendor/Seller ID", 'class' => 'medium_input', 'smalldesc' => 'Enter your 2CO Vendor ID here')); ?>
input('action_2co_listener_{n}_secret_config', array('type' => 'text', 'label' => "Secret Word", 'class' => 'medium_input', 'smalldesc' => 'The secret word choosen by the vendor in their 2CO account, used to verify that the response is coming from 2CO')); ?>
tabEnd(); ?>
tabStart('help'); ?>
- This plugin will process the INS response coming from the 2CO server, you must be a registered 2CO vendor in order to be able to use this one.
- enter your Vendor id and the secret word choosen by the vendor at the 2CO account area.
- All the data returned will be stored in the $form->data array
- For more documentation about the 2CO parameters, please search the 2CO website for "INS".
tabEnd(); ?>