Indeed, in normal circumstances it wouldn't be an issue when you implemented everything correctly. And with this code he/she is only trying to see if there is an XSS vulnerability somewhere.
You can search through your code for occurrences of {!! to see if you use it and if you use it if it is safely implemented.
And you should of course implement something to increase the bill with 10% for each XSS attempt of a user. That will stop them of trying it ;-)