payservedb 4.1.5 → 4.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -129,7 +129,7 @@ const models = {
129
129
  Currency: require('./src/models/currency_settings'),
130
130
  UserAccount: require('./src/models/user_account'),
131
131
  CashPayment: require('./src/models/cashpayment'),
132
- VasPayment: require('./src/models/vas_payment'),
132
+ VasPayment: require('./src/models/vas_payments'),
133
133
  VasInvoicesUpdate: require('./src/models/vas_invoices_upload'),
134
134
  ServiceChargePayment: require('./src/models/service_charge_payments'),
135
135
  ServiceChargeInvoiceUpload: require('./src/models/service_charge_invoice_upload')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payservedb",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"