Added paymentDriverId and paymentDriverLabel to the upgrade script for the new transaction table.
This commit is contained in:
parent
f1cdfd9a8e
commit
0e742efa5e
1 changed files with 2 additions and 0 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue