const std = @import("std"); pub const payments = @import("payments.zig"); test { std.testing.refAllDecls(@This()); }