Replace "-" with "__" in XML-RPC method name for compatibility with
modern Perl XML-RPC libraries.
See also https://bugs.launchpad.net/bugs/
1050596
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
print STDERR (Dumper($event_ids), "\n") if $self->{config}->{t};
my $valid_list = $self->{client}->simple_request(
- "open-ils.justintime.events.revalidate", $event_ids
+ "open__ils.justintime.events.revalidate", $event_ids
);
# NOTE: we require all events to be valid