forked from LiveCarta/PayPal-PHP-SDK
- Updated Api to enabled EC Parameters - Updated Tests - Updated Logging Manager - Added a feature to do validation on accessors.
9 lines
106 B
PHP
9 lines
106 B
PHP
<?php
|
|
namespace PayPal\Test\Common;
|
|
|
|
use PayPal\Common\PPModel;
|
|
|
|
class ChildClass extends SimpleClass
|
|
{
|
|
|
|
} |