dialogflow-transactions-nodejs icon indicating copy to clipboard operation
dialogflow-transactions-nodejs copied to clipboard

Physical transactions sample (using Dialogflow) in Node.js

Results 2 dialogflow-transactions-nodejs issues
Sort by recently updated
recently updated
newest added

Transaction API doesn't work with the payment. We have already used transactions API in our assistant, and now we want to update it to v3. We configured payments DotPay on...

I was following the guide on [sending updates to created order](https://developers.google.com/assistant/conversational/df-asdk/transactions/physical/dev-guide-physical-custom#6_send_order_updates) on Google Actions documentation. The documentation pointed to this repository, specifically `order-update.js` file for an example order update operation....