vtex / vtex.js

VTEX SDK for JavaScript
MIT License
120 stars 52 forks source link

Add removeCustomData method to checkout #92

Open Apolofx opened 1 year ago

Apolofx commented 1 year ago

Expected Behavior

Since there is already a setCustomData method, it would be nice to be able to remove the edited customField with a removeCustomData({app: <app id>, field: <field-to-remove>}). It would be really nice also to have the setCustomData method documented as mentioned two years ago here.