veritrans / SNAP-Prestashop

MIT License
2 stars 9 forks source link

Improve `plugin_version` variable passing #11

Closed rizdaprasetya closed 6 years ago

rizdaprasetya commented 6 years ago

Description

improve plugin_version passing from GET query to internal method. Previously the plugin_version is passed as GET query to /snappay controller, this allow customer to edit plugin_version from URL. Which is not good.

This PR fix that, now it use internal backend $this->module->version to render plugin_version to snappay web page.