@medipass/utils 11.84.11-fix-document-type.0 → 11.85.1-chore-remove-braintree-code.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.84.11-fix-document-type.0",
3
+ "version": "11.85.1-chore-remove-braintree-code.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -47,5 +47,5 @@
47
47
  "rimraf": "^2.6.2",
48
48
  "typescript": "4.8.4"
49
49
  },
50
- "gitHead": "3a652f63c686b860aaea4014694c3d74ccb319c1"
50
+ "gitHead": "c18d76224937f714b8b6e528b68f754354c272df"
51
51
  }
@@ -5,7 +5,7 @@ var defaultPaymentMethod = {
5
5
  organisationId: 'organisationDefaultId',
6
6
  accountId: 'consumerAccountDefaultId',
7
7
  token: 'kq7dv2',
8
- source: 'braintree',
8
+ source: 'mastercard',
9
9
  methodType: 'creditCard',
10
10
  cardType: 'MasterCard',
11
11
  lastFour: '8776',
@@ -11,7 +11,7 @@ var testFramework_fixtures_healthFunds = require('../../health-funds-7fea63a0.js
11
11
  var testFramework_fixtures_members = require('../../members-8eb8d8d0.js');
12
12
  var testFramework_fixtures_modalities = require('../../modalities-2dfbea63.js');
13
13
  var testFramework_fixtures_patients = require('../../patients-dd3709c1.js');
14
- var testFramework_fixtures_paymentMethods = require('../../payment-methods-d36bc018.js');
14
+ var testFramework_fixtures_paymentMethods = require('../../payment-methods-3a6d8d59.js');
15
15
  var testFramework_fixtures_practices = require('../../practices-d6c480f1.js');
16
16
  var testFramework_fixtures_products = require('../../products-0a392564.js');
17
17
  var testFramework_fixtures_professionalCategories = require('../../professional-categories-157d1767.js');
@@ -19,7 +19,7 @@ var testFramework_fixtures_services = require('../../services-f8480eba.js');
19
19
  var testFramework_fixtures_specialties = require('../../specialties-25fbb171.js');
20
20
  var testFramework_fixtures_staff = require('../../staff-646053b7.js');
21
21
  var testFramework_fixtures_subscriptions = require('../../subscriptions-aef302aa.js');
22
- var testFramework_fixtures_transactions = require('../../transactions-de03f65c.js');
22
+ var testFramework_fixtures_transactions = require('../../transactions-933ffe75.js');
23
23
 
24
24
  var index = {
25
25
  billableItems: testFramework_fixtures_billableItems.billableItems,
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var testFramework_fixtures_paymentMethods = require('../../payment-methods-d36bc018.js');
5
+ var testFramework_fixtures_paymentMethods = require('../../payment-methods-3a6d8d59.js');
6
6
 
7
7
 
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var testFramework_fixtures_transactions = require('../../transactions-de03f65c.js');
5
+ var testFramework_fixtures_transactions = require('../../transactions-933ffe75.js');
6
6
 
7
7
 
8
8
 
@@ -398,7 +398,7 @@ var transactionWithApprovedPayment = {
398
398
  status: 'approved',
399
399
  paymentMethod: {
400
400
  _id: 'paymentMethodDefaultId',
401
- source: 'braintree',
401
+ source: 'mastercard',
402
402
  methodType: 'creditCard',
403
403
  cardType: 'MasterCard',
404
404
  lastFour: '8776'
@@ -688,7 +688,7 @@ var transactionWithRefundedPayment = {
688
688
  status: 'approved',
689
689
  paymentMethod: {
690
690
  _id: 'paymentMethodDefaultId',
691
- source: 'braintree',
691
+ source: 'mastercard',
692
692
  methodType: 'creditCard',
693
693
  cardType: 'MasterCard',
694
694
  lastFour: '8776'
@@ -846,7 +846,7 @@ var transactionWithMultipleRefundedPayments = {
846
846
  status: 'approved',
847
847
  paymentMethod: {
848
848
  _id: 'paymentMethodDefaultId',
849
- source: 'braintree',
849
+ source: 'mastercard',
850
850
  methodType: 'creditCard',
851
851
  cardType: 'MasterCard',
852
852
  lastFour: '8776'