bdukes / PowerShellModules

A collection of PowerShell modules
Apache License 2.0
44 stars 9 forks source link

Update Fattmerchant references to Stax #16

Closed DanielBolef closed 2 years ago

DanielBolef commented 2 years ago

DNN-Restore prints this error because it is looking for SQL columns that have been renamed:

Invoke-Sqlcmd : Invalid column name 'MerchantRegistrationStatusId'.
Invalid column name 'FattmerchantMerchantId'.
Invalid column name 'FattmerchantApiKey'.
Invalid column name 'FattmerchantPaymentsToken'.
 Msg 207, Level 16, State 1, Procedure , Line 1.

Need to target the new column names.

bdukes commented 2 years ago

Do you want to submit a PR for that? Or do you know the new column names?

DanielBolef commented 2 years ago

No PR. I'm not sure what table MerchantRegistrationStatusId is from, but the other three are now:

StaxMerchantId
StaxApiKey
StaxPaymentsToken