Skip to content

Commit

Permalink
Merge pull request #567 from magento-mpi/MAGETWO-60460
Browse files Browse the repository at this point in the history
MAGETWO-60460: Remove minor changes in Payment and Vault API
  • Loading branch information
Oleksii Korshenko authored Nov 3, 2016
2 parents 5e86fa1 + 3d57b8f commit a77e621
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 50 deletions.
2 changes: 0 additions & 2 deletions app/code/Magento/Payment/Api/Data/PaymentMethodInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Payment method interface.
*
* @api
*/
interface PaymentMethodInterface
{
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Payment/Api/PaymentMethodListInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Payment method list interface.
*
* @api
*/
interface PaymentMethodListInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

/**
* Interface PaymentTokenInterfaceFactory
* @api
*/
interface PaymentTokenInterfaceFactory
{
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Vault/Api/PaymentMethodListInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Contains methods to retrieve vault payment methods
* This interface is consistent with \Magento\Payment\Api\PaymentMethodListInterface
* @api
*/
interface PaymentMethodListInterface
{
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Vault/Block/AbstractTokenRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

/**
* Class AbstractTokenRenderer
* @api
*/
abstract class AbstractTokenRenderer extends Template implements TokenRendererInterface, IconInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

/**
* Class AbstractPaymentTokenFactory
* @api
*/
abstract class AbstractPaymentTokenFactory implements PaymentTokenInterfaceFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

/**
* Class AccountPaymentTokenFactory
* @api
*/
class AccountPaymentTokenFactory extends AbstractPaymentTokenFactory
{
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Vault/Model/CreditCardTokenFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

/**
* Class CreditCardTokenFactory
* @api
*/
class CreditCardTokenFactory extends AbstractPaymentTokenFactory
{
Expand Down

This file was deleted.

0 comments on commit a77e621

Please sign in to comment.