@medipass/utils 11.85.1-feature-wsv-referrals.0 → 11.86.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 +2 -2
- package/{payment-methods-d36bc018.js → payment-methods-3a6d8d59.js} +1 -1
- package/test-framework/fixtures/index.js +2 -2
- package/test-framework/fixtures/payment-methods.js +1 -1
- package/test-framework/fixtures/transactions.js +1 -1
- package/{transactions-de03f65c.js → transactions-933ffe75.js} +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.86.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": "
|
|
50
|
+
"gitHead": "7a08b42c96d7f398ecc37f34a1fe3c54890c57b2"
|
|
51
51
|
}
|
|
@@ -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-
|
|
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-
|
|
22
|
+
var testFramework_fixtures_transactions = require('../../transactions-933ffe75.js');
|
|
23
23
|
|
|
24
24
|
var index = {
|
|
25
25
|
billableItems: testFramework_fixtures_billableItems.billableItems,
|
|
@@ -398,7 +398,7 @@ var transactionWithApprovedPayment = {
|
|
|
398
398
|
status: 'approved',
|
|
399
399
|
paymentMethod: {
|
|
400
400
|
_id: 'paymentMethodDefaultId',
|
|
401
|
-
source: '
|
|
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: '
|
|
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: '
|
|
849
|
+
source: 'mastercard',
|
|
850
850
|
methodType: 'creditCard',
|
|
851
851
|
cardType: 'MasterCard',
|
|
852
852
|
lastFour: '8776'
|