| Business-NoChex documentation | view source | Contained in the Business-NoChex distribution. |
Business::NoChex - Perl extension for the validation of NoChex payments
use Business::NoChex;
my($payment)= new Business::NoChex({ recipient => 'a@bc.com'});
if($payment->is_valid){
spendItAll($payment->amount);
}else{
ringAlarmBells();
}
A simple module to allow verification of the NoChex APC notification messages.
None by default.
Robin Szemeti
Redpoint Consulting Limited
perl(1).
| Business-NoChex documentation | view source | Contained in the Business-NoChex distribution. |