lib/orbital/models/response.rb in killbill-orbital-0.1.0 vs lib/orbital/models/response.rb in killbill-orbital-0.1.1

- old
+ new

@@ -89,8 +89,14 @@ end def gateway_error_code params_resp_code end + + def to_transaction_info_plugin(transaction=nil) + t_info_plugin = super(transaction) + t_info_plugin.properties << create_plugin_property('processorResponse', params_host_resp_code) + t_info_plugin + end end end end