Skip to content

Commit 7f4dbe0

Browse files
committed
Changed variable to correct one in PaymentTokenFactory
1 parent c036be8 commit 7f4dbe0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Vault/etc

1 file changed

+1
-1
lines changed

app/code/Magento/Vault/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<type name="Magento\Vault\Model\PaymentTokenFactory">
4949
<arguments>
50-
<argument name="types" xsi:type="array">
50+
<argument name="tokenTypes" xsi:type="array">
5151
<item name="account" xsi:type="const">Magento\Vault\Api\Data\PaymentTokenFactoryInterface::TOKEN_TYPE_ACCOUNT</item>
5252
<item name="credit_card" xsi:type="const">Magento\Vault\Api\Data\PaymentTokenFactoryInterface::TOKEN_TYPE_CREDIT_CARD</item>
5353
</argument>

0 commit comments

Comments
 (0)