feat: Include payment info (#684)

This commit is contained in:
tuyuribr
2021-09-13 17:58:39 -03:00
committed by GitHub
parent 7beeff4901
commit ab415ff9be
5 changed files with 150 additions and 2 deletions

View File

@@ -14,5 +14,6 @@ module.exports = {
Label: require('./Label.js'),
Order: require('./Order'),
Product: require('./Product'),
Call: require('./Call')
Call: require('./Call'),
Payment: require('./Payment')
};