Skip to content

Commit a77e621

Browse files
author
Oleksii Korshenko
authored
Merge pull request #567 from magento-mpi/MAGETWO-60460
MAGETWO-60460: Remove minor changes in Payment and Vault API
2 parents 5e86fa1 + 3d57b8f commit a77e621

File tree

9 files changed

+0
-50
lines changed

9 files changed

+0
-50
lines changed

app/code/Magento/Payment/Api/Data/PaymentMethodInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* Payment method interface.
10-
*
11-
* @api
1210
*/
1311
interface PaymentMethodInterface
1412
{

app/code/Magento/Payment/Api/PaymentMethodListInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* Payment method list interface.
10-
*
11-
* @api
1210
*/
1311
interface PaymentMethodListInterface
1412
{

app/code/Magento/Vault/Api/Data/PaymentTokenInterfaceFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Interface PaymentTokenInterfaceFactory
10-
* @api
1110
*/
1211
interface PaymentTokenInterfaceFactory
1312
{

app/code/Magento/Vault/Api/PaymentMethodListInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/**
1111
* Contains methods to retrieve vault payment methods
1212
* This interface is consistent with \Magento\Payment\Api\PaymentMethodListInterface
13-
* @api
1413
*/
1514
interface PaymentMethodListInterface
1615
{

app/code/Magento/Vault/Block/AbstractTokenRenderer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
/**
1313
* Class AbstractTokenRenderer
14-
* @api
1514
*/
1615
abstract class AbstractTokenRenderer extends Template implements TokenRendererInterface, IconInterface
1716
{

app/code/Magento/Vault/Model/AbstractPaymentTokenFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
/**
1313
* Class AbstractPaymentTokenFactory
14-
* @api
1514
*/
1615
abstract class AbstractPaymentTokenFactory implements PaymentTokenInterfaceFactory
1716
{

app/code/Magento/Vault/Model/AccountPaymentTokenFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Class AccountPaymentTokenFactory
10-
* @api
1110
*/
1211
class AccountPaymentTokenFactory extends AbstractPaymentTokenFactory
1312
{

app/code/Magento/Vault/Model/CreditCardTokenFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/**
99
* Class CreditCardTokenFactory
10-
* @api
1110
*/
1211
class CreditCardTokenFactory extends AbstractPaymentTokenFactory
1312
{

dev/tests/static/testsuite/Magento/Test/Integrity/ApiAnnotationTest.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)