We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e0378 commit 5c5f9d0Copy full SHA for 5c5f9d0
app/code/Magento/Braintree/view/frontend/templates/creditcard/edit.phtml
@@ -9,8 +9,8 @@
9
/** @var $block \Magento\Braintree\Block\Creditcard\Management */
10
11
echo $block->getLayout()->getMessagesBlock()->getGroupedHtml();
12
-$defaultExpMonth = $block->getTodayMonth();
13
-$defaultExpYear = $block->getTodayYear();
+$defaultExpMonth = '';
+$defaultExpYear = '';
14
$countrySpecificCardTypeConfig = $block->getCountrySpecificCardTypeConfig();
15
$applicableCardTypeConfig = $block->getCcApplicableTypes();
16
if ($block->isEditMode()) {
0 commit comments