File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
dev/tests/static/testsuite/Magento/Test/Legacy/_files Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2467
2467
['getTypeSwitcherControlLabel ' , 'Magento\Catalog\Helper\Product ' ],
2468
2468
['addStockStatusToSelect ' , 'Magento\CatalogInventory\Helper\Stock ' ],
2469
2469
['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 ' ],
2470
2480
];
You can’t perform that action at this time.
0 commit comments