Skip to content

Commit

Permalink
Merge pull request #261 from discolabs/bugfix/johnvoon/ch6320/fix-400…
Browse files Browse the repository at this point in the history
…-error-on-carrier-request

CH6320: Fix 400 error on carrier request
  • Loading branch information
John Voon authored Jul 19, 2019
2 parents 36ac0fa + a0d72cc commit 328b6e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def request_is_valid?
return false if params[:rate][:origin].blank?
return false if params[:rate][:destination].blank?
return false if params[:rate][:items].blank?

true
end

end

0 comments on commit 328b6e9

Please sign in to comment.