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

Commit b647b5f

Browse files
authored
Merge pull request #8086 from jorgehs91/patch-1
Fixing mispelled 'Braintree' word.
2 parents 8aa3fa6 + cf11aa9 commit b647b5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/payments-integrations/payment-gateway/command-pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Following is an example of the command pool configuring for the Braintree paymen
2626

2727
```xml
2828
...
29-
<!-- BrainreeCommandPool - a command pool for the Braintree payments provider -->
29+
<!-- BraintreeCommandPool - a command pool for the Braintree payments provider -->
3030
<virtualType name="BraintreeCommandPool" type="Magento\Payment\Gateway\Command\CommandPool">
3131
<arguments>
3232
<argument name="commands" xsi:type="array">
@@ -38,7 +38,7 @@ Following is an example of the command pool configuring for the Braintree paymen
3838
</arguments>
3939
</virtualType>
4040
...
41-
<!-- Adding BrainreeCommandPool to the Braintree payment method configuration:-->
41+
<!-- Adding BraintreeCommandPool to the Braintree payment method configuration:-->
4242
<virtualType name="BraintreeFacade" type="Magento\Payment\Model\Method\Adapter">
4343
<arguments>
4444
...

0 commit comments

Comments
 (0)