shareneus 1.4.54 → 1.4.55

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.
@@ -286,7 +286,7 @@ class SharedPDFService {
286
286
  static GetEntityDetails(Entity) {
287
287
  let SetData = [];
288
288
  if (Entity.PrUPI && !Entity.IsProforma) {
289
- SetData.push({ qr: Entity.UPI, fit: '120', marginLeft: 150 });
289
+ SetData.push({ qr: Entity.UPI, fit: '125', marginLeft: 150 });
290
290
  SetData.push({ text: 'Scan To Pay', fontSize: this.TermsandCond, marginLeft: 151, bold: true, marginTop: 2 });
291
291
  }
292
292
  // SetData.push({ columns: [this.GetEntityTax(Entity)] })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.4.54",
3
+ "version": "1.4.55",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",