文件名称:node-paypal-invoice:用于 PayPal 发票的 Node.js 库(计算、JSON 格式等)
文件大小:40KB
文件格式:ZIP
更新时间:2024-07-16 23:29:16
JavaScript
贝宝发票 这个 node.js 模块和浏览器脚本试图让使用 PayPal 发票变得更容易。 匹配我们的舍入和计算规则/顺序涉及大量数学运算,以便我们的计算与您的一致。 这个模块提供了一个实现和一组(希望不断增长的)规范测试用例来验证你自己的实现。 使用模块 来自 node.js: var Invoice = require('node-paypal-invoice'); var i = new Invoice('USD'); // Args are quantity, unitPrice, itemId and (optional) detailId. // Matching of items is done on itemId and detailId. So if you // addItem with the same itemId/deta
【文件预览】:
node-paypal-invoice-master
----.jshintrc(5KB)
----.gitignore(25B)
----package.json(802B)
----Gruntfile.js(1KB)
----dist()
--------paypal-invoice.min.js(20KB)
--------paypal-invoice.js(79KB)
----index.js(42B)
----README.md(2KB)
----lib()
--------currency.js(1KB)
--------contactInfo.js(536B)
--------totals.js(9KB)
--------invoice.js(6KB)
----bower.json(576B)
----test()
--------basic.js(2KB)
--------currencyTests.js(752B)
--------mocha.opts(15B)
--------invoiceCalcs.json(14KB)