X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-BatchPayment-BillBuddy.git;a=blobdiff_plain;f=BillBuddy.pm;fp=BillBuddy.pm;h=de2131cfc2e83c3da23074b71f1d5511a7670dfc;hp=88207d275fc34d36a54a2ceeb9ecb663fa6eac7b;hb=a950ac254a964a63d4eea3a3de0c8ed6d1b0470c;hpb=5b8ab37518ecb1fabf19f02e16b4c38223238cf9 diff --git a/BillBuddy.pm b/BillBuddy.pm index 88207d2..de2131c 100644 --- a/BillBuddy.pm +++ b/BillBuddy.pm @@ -86,11 +86,17 @@ use Business::BatchPayment; use Moose; with 'Business::BatchPayment::Processor'; -our $VERSION = '0.01'; +our $VERSION = '0.02'; -has [ qw(username password host) ] => ( +has [ qw(username password) ] => ( + is => 'ro', + isa => 'Str', +); + +has 'host' => ( is => 'ro', isa => 'Str', + default => 'xmlrpc.billbuddy.com', ); has 'path' => (