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

8 lines
159 B
PHP

<?php
namespace Payu\PaymentGateway\Blocks\CreditWidget;
class CheckoutCreditWidgetBlock extends CreditWidgetBlock {
protected string $page = 'checkout';
}