Created
March 25, 2012 01:13
-
-
Save pulkitsinghal/2190580 to your computer and use it in GitHub Desktop.
Mobile device awaiting approval on AuthNet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2012-03-22 20:11:18.692 Reachability Flag Status: -R -----l- networkStatusForFlags | |
| 2012-03-22 20:11:23.714 Reachability Flag Status: -R -----l- networkStatusForFlags | |
| 2012-03-22 20:11:33.945 Mobile Device Login Response | |
| 2012-03-22 20:11:33.945 <?xml version="1.0" encoding="utf-8"?><mobileDeviceRegistrationResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"><messages><resultCode>Ok</resultCode><message><code>I00005</code><text>The mobile device has been submitted for approval by the account administrator.</text></message></messages></mobileDeviceRegistrationResponse> | |
| namespace warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute | |
| ttp://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" | |
| ^ | |
| 2012-03-22 20:11:33.946 Error = (null) | |
| 2012-03-22 20:11:33.947 Message: | |
| Message.code = I00005 | |
| Message.text = The mobile device has been submitted for approval by the account administrator. | |
| Message.description = (null) | |
| 2012-03-22 20:11:33.947 Messages: | |
| Messages.resultCode = Ok | |
| Messages.message = ( | |
| "Message.code = I00005\nMessage.text = The mobile device has been submitted for approval by the account administrator.\nMessage.description = (null)\n" | |
| ) | |
| 2012-03-22 20:11:33.948 MerchantContact = MerchantContact.merchantName = (null) | |
| MerchantContact.merchantAddress = (null) | |
| MerchantContact.merchantCity = (null) | |
| MerchantContact.merchantState = (null) | |
| MerchantContact.merchantZip = (null) | |
| MerchantContact.merchantPhone = (null) | |
| 2012-03-22 20:11:33.948 MobileDeviceLoginResponse: MobileDeviceLoginResponse.anetApiResponse = ANetApiResponse.refId = (null) | |
| ANetApiResponse.messages = Messages.resultCode = Ok | |
| Messages.message = ( | |
| "Message.code = I00005\nMessage.text = The mobile device has been submitted for approval by the account administrator.\nMessage.description = (null)\n" | |
| ) | |
| MobileDeviceLoginResponse.sessionToken = (null) | |
| MobileDeviceLoginResponse.merchantContact = MerchantContact.merchantName = (null) | |
| MerchantContact.merchantAddress = (null) | |
| MerchantContact.merchantCity = (null) | |
| MerchantContact.merchantState = (null) | |
| MerchantContact.merchantZip = (null) | |
| MerchantContact.merchantPhone = (null) | |
| MobileDeviceLoginResponse.userPermissions = ( | |
| ) | |
| (gdb) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <mobileDeviceRegistrationResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> | |
| <messages> | |
| <resultCode>Ok</resultCode> | |
| <message> | |
| <code>I00005</code> | |
| <text>The mobile device has been submitted for approval by the account administrator.</text> | |
| </message> | |
| </messages> | |
| </mobileDeviceRegistrationResponse> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment