sendwithus / sendwithus_nodejs

Sendwithus NodeJS Client
https://www.sendwithus.com
Apache License 2.0
22 stars 17 forks source link

Fix #64 #65

Closed demoore closed 1 year ago

demoore commented 1 year ago

Description

Adds the response object to the success condition callback to fix #64

Motivation and Context

We were missing the response obj when chaining .then()'s which was causing issues when accessing response.

How Has This Been Tested?

Tests have been run. Manual testing

Types of changes

Checklist: