active_merchant
active_merchant copied to clipboard
Fix Element Express endpoint problems
If no options are passed, everything works exactly as normal. If any options are passed, they will be populated in the defined locations.
This change was made to get us past "certification" with ElementExpress. Instead of passing the default values of the modified lines, we were required to pass in values based on the specific use case.
Also needed to rename the production endpoint, as the original endpoint that was added was incorrect.
Original PR: #2017
Tagging @davidsantoso as requested.
/cc @yjukaku
Anything holding this up?