1 | <?php |
||
8 | final class PaymentPolicy extends ActionAbstract implements ActionInterface |
||
9 | { |
||
10 | static private $addKeys = [ |
||
11 | 'PAYMENTSYSTEM', 'PPOLICY', 'CURRENCY', 'AMOUNTLIMIT' |
||
12 | ]; |
||
13 | static private $editKeys = [ |
||
14 | 'PAYMENTSYSTEM', 'PPOLICY', 'CURRENCY', 'AMOUNTLIMIT' |
||
15 | ]; |
||
16 | |||
17 | public function add($args) |
||
23 | |||
24 | public function edit($args) |
||
30 | } |
||
31 |