X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FSGNG.pm;h=7f784dcd042e800eb04edb8bcf4ff020b07b9b9b;hb=d7eafc9c9aae2bf47ea19a56cc5bb1380c5874e4;hp=872148abd9bea10e24b184b8a445851a25be4426;hpb=c72e127acc79a61703223e6c8b504abd234ca8b3;p=freeside.git diff --git a/FS/FS/ClientAPI/SGNG.pm b/FS/FS/ClientAPI/SGNG.pm index 872148abd..7f784dcd0 100644 --- a/FS/FS/ClientAPI/SGNG.pm +++ b/FS/FS/ClientAPI/SGNG.pm @@ -20,6 +20,13 @@ sub _cache { } ); } +sub ping { + #my $p = shift; + + return { 'pong' => '1' }; + +} + #this might almost be general-purpose sub decompify_pkgs { my $p = shift;