gatewayId and gateway dont directly translate to the paymentDriver info apparently.

This commit is contained in:
Kaleb Murphy 2008-08-12 13:39:52 +00:00
parent 0e742efa5e
commit fd65713687

View file

@ -826,8 +826,6 @@ 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},