Advertisement
Guest User

Untitled

a guest
May 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. $merNo = (string)$xmlob->merNo; //return merNo
  2. $gatewayNo = (string)$xmlob->gatewayNo;//return gatewayNo
  3. $tradeNo = (string)$xmlob->tradeNo;//return tradeNo
  4. $orderNo = (string)$xmlob->orderNo;//return orderno
  5. $orderAmount = (string)$xmlob->orderAmount;//return orderAmount
  6. $orderCurrency= (string)$xmlob->orderCurrency;//return orderCurrency
  7. $orderStatus = (string)$xmlob->orderStatus;//return orderStatus
  8. $orderInfo = (string)$xmlob->orderInfo;//return orderInfo
  9. $signInfo = (string)$xmlob->signInfo;//return signInfo
  10. $riskInfo = (string)$xmlob->riskInfo;//return riskInfo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement