You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span data-pagarme-component="installments-info" class="pagarme-installments-info<?=$this->isCcInstallmentTypeByFlag() ? ' pagarme-hidden' : ''?>">— <?=__('Your cart has one or more daily or weekly subscription products, which do not allow installments.', 'woo-pagarme-payments')?></span>
23
+
<?phpif ($this->showOneInstallmentInfo()) :
24
+
$installmentsInfo = __('Your cart has one or more daily or weekly subscription products, which do not allow '
0 commit comments