Skip to content

Commit 01c1abb

Browse files
author
Sunny Raj Rathod
authored
Merge pull request AuthorizeNet#57 from ashtru/master
Update test-runner to limit debit amount
2 parents 8c2e816 + ab32b0f commit 01c1abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static function runCaptureFundsAuthorizedThroughAnotherChannel()
128128

129129
public static function runDebitBankAccount()
130130
{
131-
return debitBankAccount(self::getAmount());
131+
return debitBankAccount(self::getAmount()%98+1); //cannot debit more than 100
132132
}
133133

134134
public static function runChargeTokenizedCreditCard()

0 commit comments

Comments
 (0)