| Current Path : /home/rtorresani/www/dev/tests/integration/testsuite/Magento/Paypal/_files/ |
| Current File : //home/rtorresani/www/dev/tests/integration/testsuite/Magento/Paypal/_files/ipn_failed.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
return [
'invoice' => '100000002',
'payment_status' => 'Failed',
'receiver_email' => 'merchant_2012050718_biz@example.com',
'parent_txn_id' => '84J11393WC835693U',
'payer_status' => 'verified',
'payment_type' => 'instant',
'txn_id' => '1P566839F9694230H',
'txn_type' => 'cart'
];