Skip to content

Commit 6d4a568

Browse files
committed
MC-19296: PayPal Express Guest Checkout Issue
1 parent 4c768ce commit 6d4a568

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/Paypal/Test/Unit/Model/SmartButtonConfigTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ public function testGetConfig(
104104
["{$page}_page_button_color", null, $color],
105105
["{$page}_page_button_shape", null, $shape],
106106
["{$page}_page_button_label", null, $label],
107-
[$page . '_page_button_' . $installmentPeriodLocale . '_installment_period', null, $installmentPeriodLabel]
107+
[
108+
$page . '_page_button_' . $installmentPeriodLocale . '_installment_period',
109+
null,
110+
$installmentPeriodLabel
111+
]
108112
]
109113
)
110114
);

0 commit comments

Comments
 (0)