Skip to content
Snippets Groups Projects
Commit c281baaf authored by Gurzhyi, Andrii's avatar Gurzhyi, Andrii
Browse files

Merge branch 'MAGETWO-44608' of github.corp.magento.com:magento-mpi/magento2ce into MAGETWO-44443

parents 74bd10e0 5c5f9d02
Branches
No related merge requests found
......@@ -9,8 +9,8 @@
/** @var $block \Magento\Braintree\Block\Creditcard\Management */
echo $block->getLayout()->getMessagesBlock()->getGroupedHtml();
$defaultExpMonth = $block->getTodayMonth();
$defaultExpYear = $block->getTodayYear();
$defaultExpMonth = '';
$defaultExpYear = '';
$countrySpecificCardTypeConfig = $block->getCountrySpecificCardTypeConfig();
$applicableCardTypeConfig = $block->getCcApplicableTypes();
if ($block->isEditMode()) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment