From 0e742efa5e13b23728e598c94e343aa9bf38db52 Mon Sep 17 00:00:00 2001 From: Kaleb Murphy Date: Tue, 12 Aug 2008 04:35:33 +0000 Subject: [PATCH] Added paymentDriverId and paymentDriverLabel to the upgrade script for the new transaction table. --- docs/upgrades/upgrade_7.5.10-7.5.11.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/upgrades/upgrade_7.5.10-7.5.11.pl b/docs/upgrades/upgrade_7.5.10-7.5.11.pl index 302b77cca..8671e84b1 100644 --- a/docs/upgrades/upgrade_7.5.10-7.5.11.pl +++ b/docs/upgrades/upgrade_7.5.10-7.5.11.pl @@ -826,6 +826,8 @@ sub convertTransactionLog { paymentCode => $u->profileField('homeZip'), paymentCountry => $u->profileField('homeCountry'), paymentAddressName => $u->profileField('firstName').' '.$u->profileField('lastName'), + paymentDriverId => $oldTranny->{gatewayId}, + paymentDriverLabel => $oldTranny->{gateway}, paymentPhoneNumber => $u->profileField('homePhone'), dateOfPurchase => $date->toDatabase, isRecurring => $oldTranny->{recurring},