Guest User

Untitled

a guest
May 24th, 2018
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. // $iProductId=213;
  2. // 10449
  3. // $iUserId=329;
  4.  
  5. //recurring payment test
  6. /* $postedArry=ARRAY();
  7. $postedArry['pg_amount']=50;
  8. $postedArry['pg_txn_type']='Product Subscription Payment';
  9. $postedArry['e_txn_id']='1111111545';
  10. $postedArry['e_processor_name']='PAYPAL';
  11. $postedArry['pg_txn_stat']='1';
  12. $postedArry['payment_type']='CREDITCARD';
  13. $postedArry['pg_order_id']='115';
  14. $postedArry['payment_date']=1242777800;
  15. $postedArry['is_upsell']='true';
  16. $postedArry['upsell_level']='2';
  17. $postedArry['membersite_signup_productid']=$iProductId;
  18. $postedArry['membersite_signup_userid']=$iUserId;
  19. $_POST=$postedArry; */
  20.  
  21.  
  22. // refund test
  23.  
  24. /* $postedArry=ARRAY();
  25. $postedArry['pg_amount']=50;
  26. $postedArry['pg_order_id']='10449';
  27. $postedArry['pg_txn_type']='Refund';
  28. $postedArry['e_txn_id']='1111111545';
  29. $postedArry['e_processor_name']='PAYPAL';
  30. $postedArry['pg_txn_stat']='1';
  31. $postedArry['payment_type']='CREDITCARD';
  32. $postedArry['payment_date']=1242777800;
  33. $postedArry['is_upsell']='true';
  34. $postedArry['upsell_level']='2';
  35. $postedArry['membersite_signup_productid']=$iProductId;
  36. $postedArry['membersite_signup_userid']=$iUserId;
  37. $_POST=$postedArry; */
  38.  
  39. //Cancelled Recurring
  40.  
  41. /* $postedArry=ARRAY();
  42. $postedArry['pg_amount']=50;
  43. $postedArry['pg_order_id']='10449';
  44. $postedArry['pg_txn_type']='Cancelled Recurring';
  45. $postedArry['e_txn_id']='1111111545';
  46. $postedArry['e_processor_name']='PAYPAL';
  47. $postedArry['pg_txn_stat']='1';
  48. $postedArry['payment_type']='CREDITCARD';
  49. $postedArry['payment_date']=1242777800;
  50. $postedArry['is_upsell']='true';
  51. $postedArry['upsell_level']='2';
  52. $postedArry['membersite_signup_productid']=$iProductId;
  53. $postedArry['membersite_signup_userid']=$iUserId;
  54. $_POST=$postedArry; */
  55.  
  56.  
  57. /*
  58. $postedArry=ARRAY();
  59. $postedArry['pg_secret']='';
  60. $postedArry['pg_campid']='';
  61. $postedArry['pg_session']='qgpsjp55ep3m1r5511zuyp45';
  62. $postedArry['pg_aff_username1']='';
  63. $postedArry['pg_aff_username2']='';
  64. $postedArry['pg_productid']='266';
  65. $postedArry['pg_productname']='nk_test1';
  66. $postedArry['pg_amount']='10.0000';
  67. $postedArry['pg_shipping_cost']='0';
  68. $postedArry['pg_fee']='0.5000';
  69. $postedArry['pg_aff_commission1']='0';
  70. $postedArry['pg_aff_commission2']='0';
  71. $postedArry['pg_couponbonus']='0';
  72. $postedArry['pg_couponcode']='';
  73. $postedArry['pg_txn_stat']='1';
  74. $postedArry['pg_txn_type']='Product Sell';
  75. $postedArry['pg_order_id']='3771';
  76. $postedArry['e_txn_id']='0X550338UM754644Y';
  77. $postedArry['e_processor_name']='Paypal';
  78. $postedArry['pg_vendor_email']='hdpatel@sa.com';
  79. $postedArry['payment_date']='1/18/2011 10:34:40 AM';
  80. $postedArry['payer_email']='jayesh821@yahoo.com';
  81. $postedArry['payment_type']='Email';
  82. $postedArry['tax']='0';
  83. $postedArry['first_name']='Jayesh Df';
  84. $postedArry['last_name']='';
  85. $postedArry['pi_address_street']='asdfasfasf';
  86. $postedArry['pi_address_street']='';
  87. $postedArry['pi_address_city']='Surat';
  88. $postedArry['pi_address_state']='Arkansas';
  89. $postedArry['pi_address_zip']='555555';
  90. $postedArry['pi_address_country']='Select';
  91. $postedArry['sh_address_street']='asdfasfasf';
  92. $postedArry['sh_address_city']='Surat';
  93. $postedArry['sh_address_state']='Arkansas';
  94. $postedArry['sh_address_zip']='555555';
  95. $postedArry['sh_address_country']='Select';
  96. $postedArry['pg_main_product_id']='235';
  97. $postedArry['pg_upsell_level']='1';
  98. $postedArry['membersite_signup_productid']='100';
  99. $postedArry['membersite_signup_userid']='85';
  100. $_POST=$postedArry; */
Add Comment
Please, Sign In to add comment