Hello @femiyb,
Thank You for the response,
If we edit the core code while updating the plugin it will revert back i guess,
Is there any other way to handle this ?
I saw there is a do_action in line 518
do_action($this->pluginId . '_chargebacks_processed',$payment,$order);
Is this hook will work during chargeback webhook ?
How to test this chargeback scenario in test mode , Please let me know