mundipagg/magento2

View on GitHub
Block/Payment/Info/Debit.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace MundiPagg\MundiPagg\Block\Payment\Info;

use Magento\Payment\Block\Info\Cc;

class Debit extends Cc
{

}