Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | if ( preg_match( '/@/', $value ) ) { |
74 | 74 | return md5( strtolower( $value ) ); |
75 | 75 | } |
76 | | - } else if ( $key == 'usernameMD5' || $key == 'passwordMD5' ) { |
| 76 | + } elseif ( $key == 'usernameMD5' || $key == 'passwordMD5' ) { |
77 | 77 | if ( strlen( $value ) != 32 ) { |
78 | 78 | return md5( strtolower( $value ) ); |
79 | 79 | } |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
80 | 80 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php:r75657-96106 |