Had the same issue so i did some tests in the plugin files.
This is what i did and seems to have worked.
Inside Plugins folder in the cpanel, i went to:
includes/class.flw_wc_payment_gateway.php
And i deleted this line of code
add_action( ‘admin_notices’, array( $this, ‘admin_notices’ ) );
This code is found around line 73