Added paymentDriverId and paymentDriverLabel to the upgrade script for the new transaction table.

This commit is contained in:
Kaleb Murphy 2008-08-12 04:35:33 +00:00
parent f1cdfd9a8e
commit 0e742efa5e

View file

@ -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},