lib/billfixers/partner/client.rb in billfixers-partner-1.1.4 vs lib/billfixers/partner/client.rb in billfixers-partner-1.1.5
- old
+ new
@@ -126,10 +126,10 @@
result = response.data.stop_negotiating
raise Error, result.errors.join(' ') unless result.success
- result.success
+ result
end
def accept_offer(offer_id)
response = @gql.query(ACCEPT_OFFER_MUTATION, { id: offer_id })