puneetimpinge
puneetimpinge
How can I delete a customer who has open balance? oauth_client = OAuth::AccessToken.new($qb_oauth_consumer, qbo.token, qbo.secret) @service = Quickbooks::Service::Customer.new @service.access_token = oauth_client @service.realm_id = qbo.realm_id customer = @service.find_by(:company_name, @store.name).first @service.delete(customer) Error...
I have a open balance of -$500 in qbo account. I need to know how to adjust new invoice of amount $100 from open balance so that invoice be paid...
I have tried to upload image to aws s3 server, first time its properly uploaded to s3 but second time I got 400 Bad request error and its not uploaded...