NAME
PagSeguro::Status - To know informations about PagSeguro payments!
VERSION
Version 0.01
SYNOPSIS
use PagSeguro::Status;
my $a = PagSeguro::Status->new(
paglogin => 'youruser@...',
pagpass => 'youpass...'
from_date => dd/mm/yyyy
to_date => dd/mm/yyyy
);
print $a->fetch_xml #returns a XML;
If you do not give the argument "from_date" and "to_date" the default is 1 month.
login
Do the login
get_days
Get the information between from_date and to_date.
xml_generate
To generate the XML
fetch_xml
Fetch the xml, returns a XML :D
AUTHOR
Daniel de Oliveira Mantovani, <daniel.oliveira.mantovani at gmail.com>
BUGS
Please report any bugs or feature requests to bug-pagseguro-status at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PagSeguro-Status. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc PagSeguro::Status
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2011 Daniel de Oliveira Mantovani.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.