You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/lib/NGCP/Panel/Model/billing.pm

11 lines
283 B

package NGCP::Panel::Model::billing;
use Sipwise::Base;
use Module::Runtime qw(use_module);
extends 'Catalyst::Model::DBIC::Schema';
__PACKAGE__->config(
connect_info =>
use_module(NGCP::Panel->config->{'Model::billing'}{schema_class})->config->as_hash->{billingdb}
);