The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.13

  • Added RefundTransaction
  • Standardized all responses. Previously some functions returned undef when they should have returned a hash of paypals response.
  • All functions now return a hashref with $ret->{ack} set to whatever paypal returns. Also the hashref should contain an "ErrorCodes" element which should be just an empty hash ref on ack 'Success'
  • Beter protected java calls with eval. If there is in error with most java calls now, functions will return undef and set the $self->error method.
  • Fixed various other bugs.

Modules

An interface to paypals SDK's.