Skip to content

Commit 79c23fa

Browse files
committed
MAGETWO-90310: [Magento Cloud] - PayPal pop up does not work with virtual product (gift card)
1 parent 9cfb607 commit 79c23fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Paypal/Model/Express/CheckoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ private function prepareCheckoutModel(Quote $quote)
465465
*
466466
* @return array
467467
*/
468-
private function getExportedData()
468+
private function getExportedData(): array
469469
{
470470
return [
471471
'email' => 'customer@example.com',

0 commit comments

Comments
 (0)