ipn_refund.php 418 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. return [
  7. 'mc_gross' => -30.00,
  8. 'invoice' => '100000001',
  9. 'payment_status' => 'Refunded',
  10. 'auth_status' => 'Completed',
  11. 'reason_code' => 'refund',
  12. 'receiver_email' => 'merchant_2012050718_biz@example.com',
  13. 'parent_txn_id' => '84J11393WC835693U',
  14. 'txn_id' => '1P566839F9694230H'
  15. ];