lib/yotpo/api/user.rb in yotpo-0.1.0 vs lib/yotpo/api/user.rb in yotpo-1.0.0
- old
+ new
@@ -58,7 +58,12 @@
app_key: params[:app_key],
secret: params[:secret]
}
get('/users/b2blogin.json', request)
end
+
+ def anonymous_user_confirmation(params)
+ get("/users/anonymous/#{params[:token]}")
+ end
+
end
end
\ No newline at end of file