Problem
In #69484, the code was updated to reference either transaction.filename or transaction.receipt.filename. Now that a migration has been written to rename the property, this code needs cleaned up.
Solution
Update the references created in #69484 to remove the || transaction.filename references.
Issue Owner
Current Issue Owner: @RachCHopkins
RenameReceiptFilenamemigration to renametransaction.filenametotransaction.receipt.filename#69483 so that there is an Onyx migration in place to rename the propertyProblem
In #69484, the code was updated to reference either
transaction.filenameortransaction.receipt.filename. Now that a migration has been written to rename the property, this code needs cleaned up.Solution
Update the references created in #69484 to remove the
|| transaction.filenamereferences.Issue Owner
Current Issue Owner: @RachCHopkins