Skip to content

Commit 8aa810a

Browse files
committed
AC-2901:AC-2901:Vault/Stored Payment Methods are not saved per store
1 parent 900f78f commit 8aa810a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/code/Magento/Vault/Test/Unit/Model/Ui/Adminhtml/TokensConfigProviderTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ class TokensConfigProviderTest extends TestCase
4545
/**#@+
4646
* Global values
4747
*/
48-
const STORE_ID = 1;
49-
const ORDER_ID = 2;
50-
const ORDER_PAYMENT_ENTITY_ID = 3;
51-
const ENTITY_ID = 4;
52-
const VAULT_PAYMENT_CODE = 'vault_payment';
53-
const VAULT_PROVIDER_CODE = 'payment';
48+
public const STORE_ID = 1;
49+
public const ORDER_ID = 2;
50+
public const ORDER_PAYMENT_ENTITY_ID = 3;
51+
public const ENTITY_ID = 4;
52+
public const VAULT_PAYMENT_CODE = 'vault_payment';
53+
public const VAULT_PROVIDER_CODE = 'payment';
5454
/**#@-*/
5555

5656
/**

0 commit comments

Comments
 (0)