We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5575e5e commit fdc4bb2Copy full SHA for fdc4bb2
dev/tests/functional/tests/app/Magento/Authorizenet/Test/Block/Form/AuthorizenetCc.php
@@ -7,12 +7,12 @@
7
namespace Magento\Authorizenet\Test\Block\Form;
8
9
use Magento\Mtf\Client\Locator;
10
-use Magento\Payment\Test\Block\Form\Cc;
+use Magento\Payment\Test\Block\Form\Cc as PaymentFormCc;
11
12
/**
13
* Form for credit card data for Authorize.net payment method.
14
*/
15
-class AuthorizenetCc extends Cc
+class AuthorizenetCc extends PaymentFormCc
16
{
17
18
* Authorizenet form locators.
0 commit comments