summaryrefslogtreecommitdiff
path: root/FS/t/agent_payment_gateway.t
blob: af78a9a273dcdddc5b6845e191e4fe3eca12421b (plain)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::agent_payment_gateway;
$loaded=1;
print "ok 1\n";