X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FSGNG.pm;h=7f784dcd042e800eb04edb8bcf4ff020b07b9b9b;hb=25cf511573ebff303700ce71611450ad72debcbc;hp=872148abd9bea10e24b184b8a445851a25be4426;hpb=345710417c36b3521bc44def48e1a85ece4ae4df;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;