Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev_guide/extend_and_customize/payment_method_add.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Payment Method View Provider Class
Implement the Payment Method View
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Finally, to implement the payment method view, create <bundle_root>/PaymentMethod/ViewCollectOnDeliveryView.php:
Finally, to implement the payment method view, create <bundle_root>/PaymentMethod/View/CollectOnDeliveryView.php:


Payment Method View Class
Expand Down Expand Up @@ -474,7 +474,7 @@ To register the payment method main factory and provider, append the following k

.. literalinclude:: ../../code_examples/payment_method/collect-on-delivery/Resources/config/services.yml
:language: yaml
:lines: 50-61
:lines: 54-61
:linenos:


Expand Down