Files
outil-82/local/modules/PayPal/Model/PaypalPlanifiedPayment.php

11 lines
178 B
PHP

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