We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8474ed7 commit a510307Copy full SHA for a510307
src/ApiPayloadConverter.js
@@ -94,10 +94,10 @@ class ApiPayloadConverter {
94
}
95
96
/**
97
- * @description Converts the mail payload for the ZeptoMail.
+ * Converts the mail payload for the ZeptoMail.
98
* @param {Object} originalPayload The original payload
99
* @param {String} originalPayload.api The provider API version.
100
- * @param {String} originalPayload.payload The payload to convert to be compatible with the provider API.
+ * @param {Object} originalPayload.payload The payload to convert to be compatible with the provider API.
101
* @returns {Object} The payload according to ZeptoMail SDK specification.
102
*/
103
static zeptomail(originalPayload) {
0 commit comments