Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created November 25, 2011 14:41
Show Gist options
  • Select an option

  • Save ocharles/aa85d843f558f52d642a to your computer and use it in GitHub Desktop.

Select an option

Save ocharles/aa85d843f558f52d642a to your computer and use it in GitHub Desktop.
my ($self, $params) = @_;
push @$params, ( cmd => '_notify_validate' );
my $verification_request = POST 'http://www.paypal.com/cgi-bin/webscr', $params;
my $verification_response = $self->lwp->request($verification_request);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment