Sha256: 0a1d259a9be324677674447368500add6e906ebe9e6127fa961f5f8224c1b273
Contents?: true
Size: 555 Bytes
Versions: 35
Compression:
Stored size: 555 Bytes
Contents
require 'killbill/plugin' module Killbill module Plugin class EntitlementPluginApi < Notification class OperationUnsupportedByGatewayError < NotImplementedError end def prior_call(entitlement_context, properties) raise OperationUnsupportedByGatewayError end def on_success_call(entitlement_context, properties) raise OperationUnsupportedByGatewayError end def on_failure_call(entitlement_context, properties) raise OperationUnsupportedByGatewayError end end end end
Version data entries
35 entries across 35 versions & 1 rubygems