Skip to content

Commit eb9b96f

Browse files
MC-41704: PP PayLater for Checkout Page
- fix PayLater layout processor path
1 parent 0108f36 commit eb9b96f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Paypal/etc/frontend

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/etc/frontend/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<type name="Magento\Checkout\Block\Onepage">
193193
<arguments>
194194
<argument name="layoutProcessors" xsi:type="array">
195-
<item name="payLater" xsi:type="object">Magento\PayPal\Block\PayLater\LayoutProcessor</item>
195+
<item name="payLater" xsi:type="object">Magento\Paypal\Block\PayLater\LayoutProcessor</item>
196196
</argument>
197197
</arguments>
198198
</type>

0 commit comments

Comments
 (0)