Downloads
Download tar.gz
9.29 KB
MD5: a6f6a49494eb9e0463a455809d376d40
SHA-1: c78e4369f3355157f70f51f174c38b55854819f8
SHA-256: ac79b3e4f908463f0ed0b4477d61447fc44572ce2ee76369e6f2338e37c99633
Download zip
11.02 KB
MD5: 368834ff83c3b73893f50e595d13828a
SHA-1: 9a176a438f6c5f9762f306dfe1dfdf8a29a5de97
SHA-256: ae2873f0f290b8213e362e27cadb24b9bd1ed54c140e264f714f0b130e494845
Release notes
Initial release after moving from Pay Donate to the Donate name space. For users who are upgrading from pay_donate.module, please run the following SQL query to re-map your donation forms to the correct handler:
UPDATE pay_form SET handler="donate" where handler="pay_donate";