Skip to content

Commit 6f02193

Browse files
author
Stanislav Idolov
committed
MAGETWO-43446: Clean Up \Magento\Quote\Api\Data\PaymentInterface
1 parent c75f894 commit 6f02193

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_methods.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,4 +2467,14 @@
24672467
['getTypeSwitcherControlLabel', 'Magento\Catalog\Helper\Product'],
24682468
['addStockStatusToSelect', 'Magento\CatalogInventory\Helper\Stock'],
24692469
['getUrlInstance', 'Magento\Catalog\Model\Product\Url'],
2470+
['getCcOwner', 'Magento\Quote\Api\Data\PaymentInterface'],
2471+
['setCcOwner', 'Magento\Quote\Api\Data\PaymentInterface'],
2472+
['getCcNumber', 'Magento\Quote\Api\Data\PaymentInterface'],
2473+
['setCcNumber', 'Magento\Quote\Api\Data\PaymentInterface'],
2474+
['getCcType', 'Magento\Quote\Api\Data\PaymentInterface'],
2475+
['setCcType', 'Magento\Quote\Api\Data\PaymentInterface'],
2476+
['getCcExpYear', 'Magento\Quote\Api\Data\PaymentInterface'],
2477+
['setCcExpYear', 'Magento\Quote\Api\Data\PaymentInterface'],
2478+
['getCcExpMonth', 'Magento\Quote\Api\Data\PaymentInterface'],
2479+
['setCcExpMonth', 'Magento\Quote\Api\Data\PaymentInterface'],
24702480
];

0 commit comments

Comments
 (0)