Closed (fixed)
Project:
Buy Me a Beer
Version:
6.x-1.1-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
21 Mar 2009 at 20:46 UTC
Updated:
21 Mar 2009 at 22:48 UTC
The adress to papal-service is wrong, so it's not possible to connect to buy someone a beer... ;)
file: buymeabeer.module
line: 115
change: 'href' => 'https://www.paybal.com/cgi-bin/webscr',
to: 'href' => 'https://www.paypal.com/cgi-bin/webscr',
Sorry, but I don't know how to create a patchfile...
Comments
Comment #1
yaph commentedThere is no single occurrence of the string paybal throughout the code neither in CVS HEAD nor in the latest release. I don't understand this bug report? Where did you get the code?
Comment #2
yaph commentedAfter searching Google I found that this patch (http://drupal.org/files/issues/buymeaddbear_per_user.patch) contains the typo, but the patch never went into a release like that. If you patch a contrib module it doesn't make much sense to post a bug report for the module if the bug is contained in the patch you or someone else applied.
Comment #3
SirFiChi commentedMy failure.
Installed the beta2 and all is fine...
Sorry for that =/