Files
le-matelot/local/modules/PayPal/Model/PaypalPlanifiedPaymentI18n.php
2020-01-27 08:56:08 +01:00

11 lines
194 B
PHP

<?php
namespace PayPal\Model;
use PayPal\Model\Base\PaypalPlanifiedPaymentI18n as BasePaypalPlanifiedPaymentI18n;
class PaypalPlanifiedPaymentI18n extends BasePaypalPlanifiedPaymentI18n
{
}