Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -1180,7 +1180,7 @@ |
1181 | 1181 | $utm_source_parts = explode( ".", $data[ 'utm_source' ] ); |
1182 | 1182 | $utm_source_parts[2] = 'pp'; |
1183 | 1183 | $data[ 'utm_source' ] = implode( ".", $utm_source_parts ); |
1184 | | - |
| 1184 | + $data[ 'gateway' ] = 'paypal'; |
1185 | 1185 | /** |
1186 | 1186 | * update contribution tracking |
1187 | 1187 | */ |
Property changes on: branches/fundraising/deployment/DonationInterface |
___________________________________________________________________ |
Added: svn:mergeinfo |
1188 | 1188 | Merged /trunk/extensions/DonationInterface:r75657-75663 |