Paypal Limit of $10,000

I received this error when attempting to use a form with an amount over $10,000 :

Invalid form configuration. Invalid “ra” attribute. The Regular Amount. Must be <= 10000.00.

What is the best practice to modify the plugin to change the amount to Paypal’s current limit of $60,000. I modified this file - plugins/s2member-pro/src/includes/classes/gateways/paypal/paypal-responses.inc.php by changing the values from 10000.00 to 60000.00. I know with a plugin update that this will be overwritten.

Can I place this file somewhere in my Child theme?

No, but if there is a good/usable hook in this file, you can create a mu-plugin to change that value.