Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -714,6 +714,8 @@ |
715 | 715 | $countries = countryCodes(); |
716 | 716 | $transaction['country_name'] = $countries[$data['country']]; |
717 | 717 | $transaction['country_code'] = $data['country']; |
| 718 | + $transaction['country_name2'] = $countries[$data['country2']]; |
| 719 | + $transaction['country_code2'] = $data['country2']; |
718 | 720 | // put all data into one array |
719 | 721 | $transaction += array_merge( $data, $responseArray ); |
720 | 722 | |