@medipass/utils 11.69.1 → 11.69.2-chore-eclipse-multi-payment-report.0

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": "@medipass/utils",
3
- "version": "11.69.1",
3
+ "version": "11.69.2-chore-eclipse-multi-payment-report.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -48,5 +48,5 @@
48
48
  "redux-thunk": "^2.2.0",
49
49
  "rimraf": "^2.6.2"
50
50
  },
51
- "gitHead": "93935827cb72690b8475a7dd83d7eb072a621e9f"
51
+ "gitHead": "4541f4732ed0176c68d8f351385e488b59ce9777"
52
52
  }
@@ -167,7 +167,7 @@ var processingReportEclipseDefault = {
167
167
  }
168
168
  }
169
169
  };
170
- var paymentReportEclipseDefault = {
170
+ var paymentReportEclipseDefault = [{
171
171
  transactionId: 'AAA99556ffff62c76f48e700',
172
172
  status: 'SUCCESS',
173
173
  requestedDate: '2022-08-15T07:10:26.523Z',
@@ -200,7 +200,40 @@ var paymentReportEclipseDefault = {
200
200
  benefitString: '$284.11'
201
201
  }]
202
202
  }
203
- };
203
+ }, {
204
+ transactionId: 'AAA99556ffff62c76f48e700',
205
+ status: 'SUCCESS',
206
+ requestedDate: '2022-08-15T07:10:26.523Z',
207
+ report: {
208
+ partNumber: 1,
209
+ partTotal: 1,
210
+ payeeLocationId: 'PAO00000',
211
+ remittanceAdviceId: 'TSTADV123',
212
+ paymentInfo: {
213
+ accountInfo: {
214
+ accountName: 'Dummy Health Fund Account 2',
215
+ accountNumber: '*****6789',
216
+ bsbCode: '002913'
217
+ },
218
+ depositAmount: 28411,
219
+ paymentReference: 'HHF00041012NAB2004REMADVA99968',
220
+ depositAmountString: '$285.22'
221
+ },
222
+ paymentRun: {
223
+ payerName: 'Mock Health Fund Pty Ltd',
224
+ runDate: '2022-07-08'
225
+ },
226
+ claimSummary: [{
227
+ accountReferenceId: '1234',
228
+ benefit: 28411,
229
+ channelCode: 'SB4',
230
+ claimId: '30670',
231
+ lodgementDate: '2022-07-08',
232
+ transactionId: 'PAO00000J4aw564Wtde1UeJe',
233
+ benefitString: '$285.22'
234
+ }]
235
+ }
236
+ }];
204
237
 
205
238
  exports.paymentReportDefault = paymentReportDefault;
206
239
  exports.paymentReportEclipseDefault = paymentReportEclipseDefault;