Refactor AXO form submission

This commit is contained in:
Pedro Silva 2024-04-15 17:20:02 +01:00
parent 7a5d61bf2b
commit 0cb26c4457
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
6 changed files with 55 additions and 28 deletions

View file

@ -125,8 +125,8 @@ class ShippingView {
this.group.setData(data);
}
copyDataToForm() {
return this.group.copyDataToForm();
toSubmitData(data) {
return this.group.toSubmitData(data);
}
}