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

11 lines
178 B
PHP

<?php
namespace PayPal\Model;
use PayPal\Model\Base\PaypalPlanifiedPayment as BasePaypalPlanifiedPayment;
class PaypalPlanifiedPayment extends BasePaypalPlanifiedPayment
{
}