Getting paypal error code
Posted: Fri Nov 07, 2008 4:45 am
on
Transaction authTx = GetLastAuthorization(lastPayment);
authTx.ResponseMessage
I get something like this,
This transaction cannot be processed. (10747)
Is there a way to just get the code "10747"
I've tried every property on Transaction. Of course i could use regEx to extract it, but it's not most elegant way to do this. Surely there is property somewhere that i am missing.
Thanks.
Transaction authTx = GetLastAuthorization(lastPayment);
authTx.ResponseMessage
I get something like this,
This transaction cannot be processed. (10747)
Is there a way to just get the code "10747"
I've tried every property on Transaction. Of course i could use regEx to extract it, but it's not most elegant way to do this. Surely there is property somewhere that i am missing.
Thanks.