Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Data Fields
CreateOnlineCreditMemoPayflowLinkTest Class Reference
Inheritance diagram for CreateOnlineCreditMemoPayflowLinkTest:

Public Member Functions

 test ()
 

Data Fields

const TEST_TYPE = '3rd_party_test'
 
const SEVERITY = 'S0'
 

Detailed Description

Preconditions:

  1. Create order with PayPal Payflow Link.
  2. Create online invoice on full amount with PayPal Payflow Link.

Steps:

  1. Go to Order.
  2. Open Invoice.
  3. Click "Credit Memo" button on the Invoice page.
  4. Click "Refund".
  5. Go to "Credit Memos" tab.
  6. Go to "Transactions" tab.
  7. Perform assertions.

@group Paypal @ZephyrId MAGETWO-13061

Definition at line 27 of file CreateOnlineCreditMemoPayflowLinkTest.php.

Member Function Documentation

◆ test()

test ( )

Create Refund for Order Paid with PayPal Payflow Link.

Returns
void

Definition at line 39 of file CreateOnlineCreditMemoPayflowLinkTest.php.

40  {
41  $this->executeScenario();
42  }

Field Documentation

◆ SEVERITY

const SEVERITY = 'S0'

Definition at line 31 of file CreateOnlineCreditMemoPayflowLinkTest.php.

◆ TEST_TYPE

const TEST_TYPE = '3rd_party_test'

Definition at line 30 of file CreateOnlineCreditMemoPayflowLinkTest.php.


The documentation for this class was generated from the following file: