bitpay / opencart3-plugin

13 stars 15 forks source link

Uninstall Function #2

Closed ray-moncada closed 6 years ago

ray-moncada commented 6 years ago

Hi, I am new to OpenCart but I think the uninstall function needs a change.

In the uninstall function is

$this->model_setting_setting->deleteSetting('bitpay');

Should it be

$this->model_setting_setting->deleteSetting('payment_bitpay');

Thank you, -Ray

pieterpoorthuis commented 6 years ago

Yes, tnx. Fixed in the source code. Release will follow.