Skip to content

Instantly share code, notes, and snippets.

@pulkitsinghal
Created March 25, 2012 01:13
Show Gist options
  • Select an option

  • Save pulkitsinghal/2190580 to your computer and use it in GitHub Desktop.

Select an option

Save pulkitsinghal/2190580 to your computer and use it in GitHub Desktop.
Mobile device awaiting approval on AuthNet
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)
<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