Skip to content

Commit

Permalink
initiate payment safaricom amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben committed Jan 9, 2025
1 parent b7ff885 commit 0821b0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k6/tests/payment100kRegistrationSafaricom.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const programId = 3;
const paymentId = 3;
const maxTimeoutAttempts = 200;
const minPassRatePercentage = 10;
const amount = 10;

export const options = {
thresholds: {
Expand All @@ -30,6 +31,7 @@ export default function () {
paymentId,
maxTimeoutAttempts,
minPassRatePercentage,
amount,
);
check(monitorPayment, {
'Payment progressed successfully status 200': (r) => {
Expand Down

0 comments on commit 0821b0d

Please sign in to comment.