Business::OnlinePayment::StoredTransaction::Unstore

Business::OnlinePayment::StoredTransaction::Unstore is a Perl extension for retrieval of credit card details.
Download

Business::OnlinePayment::StoredTransaction::Unstore Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • MOCK
  • Publisher web site:
  • http://search.cpan.org/~mock/Business-OnlinePayment-StoredTransaction-0.01/lib/Business/OnlinePayment/StoredTransaction/Unstore.pm

Business::OnlinePayment::StoredTransaction::Unstore Tags


Business::OnlinePayment::StoredTransaction::Unstore Description

Business::OnlinePayment::StoredTransaction::Unstore is a Perl extension for retrieval of credit card details. Business::OnlinePayment::StoredTransaction::Unstore is a Perl extension for retrieval of credit card details stored using Business::OnlinePayment::StoredTransactionSYNOPSIS use Business::OnlinePayment::StoredTransaction::Unstore; my $bitz = Business::OnlinePayment::StoredTransaction::Unstore->new( private_key => '-----BEGIN RSA PRIVATE KEY-----MIICXQIBAAKBgQDqCih9AmZurFhxoOEsoIpL7wHnA0vi8eopVGfJiFSXldnemIxCUY8tdk0hXSUwtEogQ2yeFB8+Wsl4S0oStFb2kGPrH2cDF9UjWTWFMjvE+4GO0Asz q3Ek0gnAQazVs89AjFlDuaDiCGHryhIprbA7wbZVWmCQKyXcCavSgf0Y0QIDAP//AoGABlQEpEXw4vbz6yZwvRGkTunpSxRV5ZzIHZ4x3JjYQmGDoZRpf0SLz5p+eGFpHtY+x1YaCfA9OIDU62GUhk3+l+QIuhjV0/2cnAQ8x81r82zmbioWcmkAyLYKrkgSmKJHfWB2u7YRnTJLTPQ03GnTTNSJvxCRm9ns3xCJbe4dig8CQQD9ZMYMSRynzRXTri/yvEepml/Evs7M1aRsnGW19VddPi2HEFlbuHUiHxN661wH14fovMQfHyLHjRa4GL9HovzLAkEA7HJsI1YTixoyjz4BXPLGksToA77EbZQIBA8f+p+4K/gRJXM1lkPbLQlAMkVmpW3wWI23iqKdTqVRypZXUYYJUwJASNd7wc3aGZqOy8tTNdMTULVgEveIe+w50y58b124/de4gBbUNrDp5Lvhnmw8fcGTpBu/YE2clgeFumtfj6BK2QJBAMPBqpqX0LvdRzLwJ28MCUPxuos8TbmJ5IDIymF29p+Vej98dhzCgEn0T5MuGh4Vd6232Wjm86Tc8Ojqimrvo80CQQC0hUQn1Qc3giMkxdBfBfmAgaOMUnGZ2LQ/xjc+6o3iqkO/USX24l9TfRa0S+zPCnvgjnzEjBTsH6eF2S/wK2K5-----END RSA PRIVATE KEY-----', authorization => $auth ); # $auth is the string returned from the # authorization method of # Business::OnlinePayment::StoredTransaction my $cardnumber = $bitz->get('cardnumber'); my %content = $bitz->get();Decrypts stored transactions from Business::OnlinePayment::StoredTransaction using the associated private RSA key. It has two methods: new(), which returns an unencrypted object, and takes the RSA private key and the string returned by Business::OnlinePayment::StoredTransaction::authorization() as arguments, and get, which either returns a hash of all the content, or an individual value if provided a key. See the synopsis for details of usage.Requirements:· Perl Requirements: · Perl


Business::OnlinePayment::StoredTransaction::Unstore Related Software