11 lines
178 B
PHP
11 lines
178 B
PHP
<?php
|
|
|
|
namespace PayPal\Model;
|
|
|
|
use PayPal\Model\Base\PaypalPlanifiedPayment as BasePaypalPlanifiedPayment;
|
|
|
|
class PaypalPlanifiedPayment extends BasePaypalPlanifiedPayment
|
|
{
|
|
|
|
}
|