capture B:OP and B:BP failure_status values from payment attempts, #21117
[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