File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/message/services/inbound Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,10 +154,10 @@ export class GupshupWhatsappInboundService {
154
154
155
155
this . logger . log ( 'OrchestratorResponse' , resp . data ) ;
156
156
//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);
161
161
162
162
} catch ( error ) {
163
163
let errorText = 'Something went wrong. Please try again later' ;
You can’t perform that action at this time.
0 commit comments