Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Fixing mispelled 'Braintree' word. #8086

Merged
merged 1 commit into from
Oct 19, 2020
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Following is an example of the command pool configuring for the Braintree paymen

```xml
...
<!-- BrainreeCommandPool - a command pool for the Braintree payments provider -->
<!-- BraintreeCommandPool - a command pool for the Braintree payments provider -->
<virtualType name="BraintreeCommandPool" type="Magento\Payment\Gateway\Command\CommandPool">
<arguments>
<argument name="commands" xsi:type="array">
Expand All @@ -38,7 +38,7 @@ Following is an example of the command pool configuring for the Braintree paymen
</arguments>
</virtualType>
...
<!-- Adding BrainreeCommandPool to the Braintree payment method configuration:-->
<!-- Adding BraintreeCommandPool to the Braintree payment method configuration:-->
<virtualType name="BraintreeFacade" type="Magento\Payment\Model\Method\Adapter">
<arguments>
...
Expand Down