constant PAYPAL_DONATE_VERSION in Paypal Donation 7
Same name and namespace in other branches
- 6 paypal_donate.install \PAYPAL_DONATE_VERSION
@file Install, update and uninstall functions for the paypal_donate module.
1 use of PAYPAL_DONATE_VERSION
- paypal_donate_install in ./
paypal_donate.install - This hook is triggered when the paypal donate module is being installed. This function will run only once and gives us the possibility to install the a required table in the database.
File
- ./
paypal_donate.install, line 10 - Install, update and uninstall functions for the paypal_donate module.
Code
define('PAYPAL_DONATE_VERSION', 1.4);