Skip to content

Commit acd53e3

Browse files
authored
Merge pull request #34 from samagra-comms/main
Dev deployment
2 parents d51af8d + 9b457a4 commit acd53e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/message/services/inbound/gupshup.whatsapp.service.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ export class GupshupWhatsappInboundService {
154154

155155
this.logger.log('OrchestratorResponse', resp.data);
156156
//remove after this with active outbound
157-
const xResponse = this.convertApiResponseToXMessage(resp.data, whatsappMessage.mobile.substring(2));
158-
this.logger.log('OrchestratorResponse', xResponse);
159-
const sentResp = await this.outboundService.handleOrchestratorResponse(xResponse, adapterCredentials);
160-
this.logger.log('OutboundResponse', sentResp);
157+
// const xResponse = this.convertApiResponseToXMessage(resp.data, whatsappMessage.mobile.substring(2));
158+
// this.logger.log('OrchestratorResponse', xResponse);
159+
// const sentResp = await this.outboundService.handleOrchestratorResponse(xResponse, adapterCredentials);
160+
// this.logger.log('OutboundResponse', sentResp);
161161

162162
} catch (error) {
163163
let errorText = 'Something went wrong. Please try again later';

0 commit comments

Comments
 (0)