Skip to content

Commit 6a64afe

Browse files
MTA-3882: Create auto test to Close a Sales Order Paid with PayPal Payments Pro Hosted Solution
1 parent 1db5bc3 commit 6a64afe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/HostedPro.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class HostedPro extends PaypalIframe
1616
*
1717
* @var string
1818
*/
19-
protected $formBlockCc = '\Magento\Paypal\Test\Block\Form\HostedPro\Cc';
19+
protected $formBlockCc = \Magento\Paypal\Test\Block\Form\HostedPro\Cc::class;
2020
}

dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PayflowLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class PayflowLink extends PaypalIframe
1616
*
1717
* @var string
1818
*/
19-
protected $formBlockCc = '\Magento\Paypal\Test\Block\Form\PayflowLink\Cc';
19+
protected $formBlockCc = \Magento\Paypal\Test\Block\Form\PayflowLink\Cc::class;
2020
}

dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PaymentsAdvanced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class PaymentsAdvanced extends PaypalIframe
1616
*
1717
* @var string
1818
*/
19-
protected $formBlockCc = '\Magento\Paypal\Test\Block\Form\PaymentsAdvanced\Cc';
19+
protected $formBlockCc = \Magento\Paypal\Test\Block\Form\PaymentsAdvanced\Cc::class;
2020
}

0 commit comments

Comments
 (0)