Last active
May 14, 2018 20:09
-
-
Save tristansokol/84e8b81e9e7ec22192ea54d062260b02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checkoutApi.createCheckout(locationId, checkoutRequest).then(function(data) { | |
let twiml = new Twilio.twiml.MessagingResponse(); | |
twiml.message('Awe-some! finish up checking out here: '+ data.checkout.checkout_page_url); | |
callback(null, twiml); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment