From 616c76d7f1865992519636c70233541d0a13de50 Mon Sep 17 00:00:00 2001 From: Stanislav Idolov <sidolov@ebay.com> Date: Thu, 29 Oct 2015 09:12:29 +0200 Subject: [PATCH] MAGETWO-44589: [Github] Make API jsonapi compliant --- .../testsuite/Magento/Test/Legacy/_files/obsolete_methods.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_methods.php b/dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_methods.php index 1758d1dad6b..edc46809266 100644 --- a/dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_methods.php +++ b/dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_methods.php @@ -2485,10 +2485,6 @@ return [ ['setCcExpYear', 'Magento\Quote\Api\Data\PaymentInterface'], ['getCcExpMonth', 'Magento\Quote\Api\Data\PaymentInterface'], ['setCcExpMonth', 'Magento\Quote\Api\Data\PaymentInterface'], - ['getCheckoutMethod', 'Magento\Quote\Api\Data\CartInterface'], - ['setCheckoutMethod', 'Magento\Quote\Api\Data\CartInterface'], - ['getShippingAddress', 'Magento\Quote\Api\Data\CartInterface'], - ['setShippingAddress', 'Magento\Quote\Api\Data\CartInterface'], ['getPaymentById', 'Magento\Quote\Model\Quote'], ['create', 'Magento\Quote\Model\QuoteRepository'], ['set', 'Magento\Quote\Api\GuestShippingMethodManagementInterface', 'Magento\Quote\Model\GuestCart\GuestShippingMethodManagementInterface::set'], -- GitLab