Skip to content

Commit ad63c34

Browse files
MC-33879: Paypal checkout Shipping method not updating correctly
1 parent 09bf477 commit ad63c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Braintree/Model/Paypal/Helper/ShippingMethodUpdaterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ShippingMethodUpdaterTest extends TestCase
3333
/**
3434
* @inheritdoc
3535
*/
36-
protected function setUp()
36+
protected function setUp(): void
3737
{
3838
$this->objectManager = Bootstrap::getObjectManager();
3939
$this->shippingMethodUpdater = $this->objectManager->get(ShippingMethodUpdater::class);

0 commit comments

Comments
 (0)