Skip to content

Commit

Permalink
Update PA multipliers
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrk39 committed Jan 30, 2025
1 parent ac166b4 commit e8e2d4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k6/tests/payment100kRegistrationNedbank.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import InitializePaymentModel from '../models/initalize-payment.js';

const initializePayment = new InitializePaymentModel();

const duplicateNumber = 4; // '17' leads to 131k registrations
const duplicateNumber = 17; // '17' leads to 131k registrations
const resetScript = 'nedbank-program';
const programId = 1;
const paymentNr = 1;
Expand Down
2 changes: 1 addition & 1 deletion k6/tests/payment100kRegistrationOCW.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import InitializePaymentModel from '../models/initalize-payment.js';

const initializePayment = new InitializePaymentModel();

const duplicateNumber = 4; // '17' leads to 131k registrations
const duplicateNumber = 17; // '17' leads to 131k registrations
const resetScript = 'nlrc-multiple';
const programId = 3;
const paymentNr = 3;
Expand Down
2 changes: 1 addition & 1 deletion k6/tests/payment100kRegistrationSafaricom.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import InitializePaymentModel from '../models/initalize-payment.js';

const initializePayment = new InitializePaymentModel();

const duplicateNumber = 4; // '17' leads to 131k registrations
const duplicateNumber = 17; // '17' leads to 131k registrations
const resetScript = 'safari-program';
const programId = 1;
const paymentNr = 3;
Expand Down
2 changes: 1 addition & 1 deletion k6/tests/statusChangePaymentInLargeProgram.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const paymentsPage = new PaymentsModel();
const registrationsPage = new RegistrationsModel();

const resetScript = 'nlrc-multiple';
const duplicateNumber = 4; // should be 15
const duplicateNumber = 15; // should be 15
const programId = 3;
const paymentId = 3;
const paymentNr = 3;
Expand Down

0 comments on commit e8e2d4d

Please sign in to comment.