gatewayId and gateway dont directly translate to the paymentDriver info apparently.
This commit is contained in:
parent
0e742efa5e
commit
fd65713687
1 changed files with 0 additions and 2 deletions
|
|
@ -826,8 +826,6 @@ sub convertTransactionLog {
|
||||||
paymentCode => $u->profileField('homeZip'),
|
paymentCode => $u->profileField('homeZip'),
|
||||||
paymentCountry => $u->profileField('homeCountry'),
|
paymentCountry => $u->profileField('homeCountry'),
|
||||||
paymentAddressName => $u->profileField('firstName').' '.$u->profileField('lastName'),
|
paymentAddressName => $u->profileField('firstName').' '.$u->profileField('lastName'),
|
||||||
paymentDriverId => $oldTranny->{gatewayId},
|
|
||||||
paymentDriverLabel => $oldTranny->{gateway},
|
|
||||||
paymentPhoneNumber => $u->profileField('homePhone'),
|
paymentPhoneNumber => $u->profileField('homePhone'),
|
||||||
dateOfPurchase => $date->toDatabase,
|
dateOfPurchase => $date->toDatabase,
|
||||||
isRecurring => $oldTranny->{recurring},
|
isRecurring => $oldTranny->{recurring},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue