Skip to content

Commit 2ec7f45

Browse files
committed
MAGETWO-52746: Pull request preparation - add required fields to test
1 parent 9354692 commit 2ec7f45

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditMemoCreateRefundTest.php

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,47 @@ public function testInvoke()
7171
'shipping_address_id' => $order->getShippigAddressId(),
7272
'billing_address_id' => $order->getBillingAddressId(),
7373
'invoiceId' => $order->getInvoiceCollection()->getFirstItem()->getId(),
74+
'adjustment' => null,
75+
'adjustment_negative' => null,
76+
'adjustment_positive' => null,
77+
'base_adjustment' => null,
78+
'base_adjustment_negative' => null,
79+
'base_adjustment_positive' => null,
80+
'base_currency_code' => null,
81+
'base_discount_amount' => null,
82+
'base_discount_tax_compensation_amount' => null,
83+
'base_shipping_discount_tax_compensation_amnt' => null,
84+
'base_shipping_incl_tax' => null,
85+
'base_shipping_tax_amount' => null,
86+
'base_subtotal' => null,
87+
'base_subtotal_incl_tax' => null,
88+
'base_tax_amount' => null,
89+
'base_to_global_rate' => null,
90+
'base_to_order_rate' => null,
91+
'created_at' => null,
92+
'creditmemo_status' => null,
93+
'discount_amount' => null,
94+
'discount_description' => null,
95+
'email_sent' => null,
96+
'entity_id' => null,
97+
'global_currency_code' => null,
98+
'discount_tax_compensation_amount' => null,
99+
'increment_id' => null,
100+
'invoice_id' => null,
101+
'order_currency_code' => null,
102+
'shipping_amount' => null,
103+
'shipping_discount_tax_compensation_amount' => null,
104+
'shipping_incl_tax' => null,
105+
'shipping_tax_amount' => null,
106+
'state' => null,
107+
'store_currency_code' => null,
108+
'store_id' => null,
109+
'store_to_base_rate' => null,
110+
'store_to_order_rate' => null,
111+
'subtotal_incl_tax' => null,
112+
'tax_amount' => null,
113+
'transaction_id' => null,
114+
'updated_at' => null,
74115
'items' => $items,
75116
];
76117
$result = $this->_webApiCall(

0 commit comments

Comments
 (0)