fix payinfo_used on batch payments with encrypted payinfo, related to #19571
[freeside.git] / FS / FS / Auth / external.pm
1 package FS::Auth::external;
2 #use base qw( FS::Auth );
3
4 use strict;
5
6 sub autocreate { 1; }
7
8 1;
9