tango-app-api-payment-subscription 3.1.5 → 3.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-payment-subscription",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "description": "paymentSubscription",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2415,7 +2415,6 @@ export const invoiceDownload = async ( req, res ) => {
2415
2415
  content: html,
2416
2416
  };
2417
2417
  let options = {
2418
- path: `../../invoice/test.pdf}`,
2419
2418
  format: 'A4', margin: {
2420
2419
  top: '0.5in',
2421
2420
  right: '0.5in',