Skip to content

Commit 24f7e5c

Browse files
committed
Added actions
1 parent ca7b96b commit 24f7e5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/finerworks/actions/get-product-details/get-product-details.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
],
3939
},
4040
});
41-
$.export("$summary", "Successfully sent the request to get details of the specified product");
41+
$.export("$summary", `Successfully retrived details for product SKU ${this.productSku}`);
4242
return response;
4343
},
4444
};

components/finerworks/actions/validate-address/validate-address.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default {
9999
},
100100
},
101101
});
102-
$.export("$summary", "Successfully sent the request. Validation success: " + response.status.success);
102+
$.export("$summary", "Successfully valid the address: " + response.status.success);
103103
return response;
104104
},
105105
};

0 commit comments

Comments
 (0)