Aleks Denisenko - 2009-07-21

Hi
first i want say, your software works very well . there is only one issue for me: i'm using express checkout.  if i execute DoExpressCheckoutPayment, i get the following response:

object(stdClass)#54 (6) {
  ["Timestamp"]=>
  string(20) "2009-07-21T16:38:48Z"
  ["Ack"]=>
  string(7) "Success"
  ["CorrelationID"]=>
  string(13) "a38f8ff2d8179"
  ["Version"]=>
  string(3) "2.4"
  ["Build"]=>
  string(6) "981639"
  ["DoExpressCheckoutPaymentResponseDetails"]=>
  object(stdClass)#55 (2) {
    ["Token"]=>
    &string(20) "EC-9NY94252TH830043X"
    ["PaymentInfo"]=>
    string(20) "EC-9NY94252TH830043X"
  }
}

but how i can get the TransactionID?

thx

p.s. sorry for bad english :)