r78753 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78752‎ | r78753 | r78754 >
Date:21:19, 21 December 2010
Author:kaldari
Status:deferred
Tags:
Comment:
new shipping address
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -714,6 +714,8 @@
715715 $countries = countryCodes();
716716 $transaction['country_name'] = $countries[$data['country']];
717717 $transaction['country_code'] = $data['country'];
 718+ $transaction['country_name2'] = $countries[$data['country2']];
 719+ $transaction['country_code2'] = $data['country2'];
718720 // put all data into one array
719721 $transaction += array_merge( $data, $responseArray );
720722

Status & tagging log