Skip to content

Commit c281baa

Browse files
committed
Merge branch 'MAGETWO-44608' of github.corp.magento.com:magento-mpi/magento2ce into MAGETWO-44443
2 parents 74bd10e + 5c5f9d0 commit c281baa

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Braintree/view/frontend/templates/creditcard

1 file changed

+2
-2
lines changed

app/code/Magento/Braintree/view/frontend/templates/creditcard/edit.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/** @var $block \Magento\Braintree\Block\Creditcard\Management */
1010

1111
echo $block->getLayout()->getMessagesBlock()->getGroupedHtml();
12-
$defaultExpMonth = $block->getTodayMonth();
13-
$defaultExpYear = $block->getTodayYear();
12+
$defaultExpMonth = '';
13+
$defaultExpYear = '';
1414
$countrySpecificCardTypeConfig = $block->getCountrySpecificCardTypeConfig();
1515
$applicableCardTypeConfig = $block->getCcApplicableTypes();
1616
if ($block->isEditMode()) {

0 commit comments

Comments
 (0)