fix test run issue
Tests / PHPUnit (push) Successful in 1m21s

This commit is contained in:
root
2026-07-18 23:18:49 -04:00
parent a30c1398a1
commit 2be16553df
15 changed files with 368 additions and 17 deletions
+1
View File
@@ -14,6 +14,7 @@ class PaymentModelTest extends ModelCrudTestCase
if ($model instanceof PaymentModel) {
$overrides['transaction_id'] = uniqid('PAY-TEST-', true);
$overrides['request_fingerprint_hash'] = hash('sha256', uniqid('payment-model-test-', true));
$overrides['payment_method'] = 'cash';
$overrides['status'] = 'recorded';
}