Guest User

Untitled

a guest
Feb 15th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Array(
  2.  
  3. [message_type] => CHECKOUT_COMPLETED
  4. [message_description] => Order # order8d6934b72615a63 has been completed
  5. [merchant_order_id] => order8d6934b72615a63
  6. [merchant_transaction_id] => [merchant_subscription_id] => [txn_id] =>
  7. BA416BD9D3994074AEDE909506B655A7 [merchant_token_id] => [mac] =>
  8. e4effc8d5fd57ca61034c01a7c51b58b
  9.  
  10. // GET: api/OrderResult
  11. public IEnumerable<string> Get()
  12. {
  13. return new string[] { "value1", "value2" };
  14. }
Add Comment
Please, Sign In to add comment