1 | <?php |
||
33 | class Payone_Settings_Data_ConfigFile_PaymentMethod_Walletwechatpay |
||
34 | extends Payone_Settings_Data_ConfigFile_PaymentMethod_Abstract |
||
35 | implements Payone_Settings_Data_ConfigFile_Interface |
||
36 | { |
||
37 | /** @var string */ |
||
38 | protected $key = Payone_Enum_ClearingType::WALLETWECHATPAY; |
||
39 | |||
40 | public function getKey() |
||
44 | } |