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

Commit 9d601ea

Browse files
authored
Merge pull request #588 from magento/am_vault
Am vault
2 parents 3c281e9 + a76dd49 commit 9d601ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

guides/v2.1/payments-integrations/vault/vault-di.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following sample from Braintree configuration illustrates how to add the `au
8989

9090
## Add command manager
9191

92-
You also need to add a command manager for vault, and add it to the command manager pool. This pool is available for vault instance and enables performing payment provider actions.
92+
You also need to create a command manager for vault. It is configured with the payment integration command pool and allows performing payment commands in any place of code.
9393

9494
Example of adding a command manager for Braintree vault:
9595

@@ -102,6 +102,8 @@ Example of adding a command manager for Braintree vault:
102102
{% endhighlight %}
103103

104104

105+
Command manager must be added to the command manager pool. This pool is available for vault instance and enables performing payment provider actions.
106+
105107
There are two ways to add command manager to the pool:
106108

107109
* Add to default `CommandManagerPool` implementation. Example:
@@ -136,3 +138,5 @@ There are two ways to add command manager to the pool:
136138
{% endhighlight %}
137139

138140
In the first case, this pool can be used in any module to perform vault payment commands. In the second case, only specific vault payment integration can use this pool.
141+
142+
You can use the samples as templates for your command manager configuration.You only need to change the Braintree-related names to your custom ones.

0 commit comments

Comments
 (0)