Bug 6523 - email address comparison in PayPal Plugin is case sensitive
: email address comparison in PayPal Plugin is case sensitive
Status: NEW
Product: OJS
Classification: Unclassified
Component: Payments
: To be determined
: All All
: P3 normal
Assigned To: PKP Support
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-20 11:33 PDT by Juan Pablo Alperin
Modified: 2011-03-20 11:33 PDT (History)
0 users

See Also:
Version Reported In: 2.3.4
Also Affects:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juan Pablo Alperin 2011-03-20 11:33:17 PDT
The email address comparison, upon completion of a payment, is case sensitive. In the unlikely event (just had it happen!) that someone configures their address with upper case letters in one place and all lower case on the other, we should make that comparison case insensitive. Either with the string comparison function in PHP or with some strtolowers.