I would like to pass the login and password to the createAIMAuthCaptureIntent so the user doesn't have to enter them every time the process a credit card. Entering this every time is impractical. Is there anyway to do this ?
TIA Bill
11-05-2012 07:27 PM
Should be able to. I don't see why you can't hard code it in the source code.
11-06-2012 04:33 AM - edited 11-06-2012 04:33 AM
The user name and password will be stored in settings, not hard coded. I'm looking for the recommended way to use the SDK. There are many intents and layers. I don't want to modify the SDK if I can avoid that. The idea of prompting for a login every time a card in swiped just won't work.
11-07-2012 09:54 PM