We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c9dd7 commit ab32b0fCopy full SHA for ab32b0f
test-runner.php
@@ -128,7 +128,7 @@ public static function runCaptureFundsAuthorizedThroughAnotherChannel()
128
129
public static function runDebitBankAccount()
130
{
131
- return debitBankAccount(self::getAmount());
+ return debitBankAccount(self::getAmount()%98+1); //cannot debit more than 100
132
}
133
134
public static function runChargeTokenizedCreditCard()
0 commit comments