Skip to content

Commit 1fcce2c

Browse files
committed
MAGETWO-90104: Credit Card form is no longer displayed when creating an order in the admin(enabled Braintree only)
1 parent 77a203a commit 1fcce2c

File tree

1 file changed

+0
-4
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Billing/Method

1 file changed

+0
-4
lines changed

dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Billing/Method/FormTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,5 @@ public function testContentUpdated()
4747

4848
$html = $block->toHtml();
4949
$this->assertContains('mage.apply()', $html);
50-
$this->assertContains(
51-
"order.setPaymentMethod('" . $block->escapeHtml($block->getSelectedMethodCode()) . "')",
52-
$html
53-
);
5450
}
5551
}

0 commit comments

Comments
 (0)