Payment Propertybag remove warning
Created by: mattwire
Overview
Remove the "We have merged input params..." warning from mergeLegacyInputParams
because:
- We get a separate message logged for every property that was merged.
- We're going to be using this function for a long time and the message doesn't really give us anything useful - if the function is called and nothing is merged then we don't have any code that needs fixing.
- The developer that sees this error probably can't do anything to resolve the issue.
Before
Warning triggered everytime function is called + Warning for each property that was actually merged.
After
Warning for each property that was actually merged.
Technical Details
Comments
@eileenmcnaughton @artfulrobot