fixed conflict after merge with dev
This commit is contained in:
@@ -4,7 +4,6 @@ class VerifyNumber < ApplicationRecord
|
||||
|
||||
url = "http://smspoh.com/api/http/send?key=5QfyN0OtGsFXnOqwtpVAGZCyPGP28nbX_Nm_oPsUw2ybq714T_951ycz3Ypl5URA&message=Doemal,+Pin+Code:+"+pin.to_s+"&recipients="+ phone.to_s
|
||||
|
||||
puts url
|
||||
begin
|
||||
@result = HTTParty.get(url.to_str)
|
||||
|
||||
@@ -18,7 +17,6 @@ class VerifyNumber < ApplicationRecord
|
||||
response = { status: false, message: "Can't open membership server "}
|
||||
end
|
||||
puts @result
|
||||
puts "<><><><><><<><>><><"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user