Files
2026-04-28 15:13:50 +02:00

8 lines
132 B
PHP

<?php
namespace Payu\PaymentGateway\Blocks;
class PayuCreditCardBlock extends PayuBlocks {
protected $name = 'payucreditcard';
}