11 lines
190 B
PHP
11 lines
190 B
PHP
<?php
|
|
|
|
namespace PaymentCondition\Model;
|
|
|
|
use PaymentCondition\Model\Base\PaymentAreaCondition as BasePaymentAreaCondition;
|
|
|
|
class PaymentAreaCondition extends BasePaymentAreaCondition
|
|
{
|
|
|
|
}
|