Group
Extension

Matches 1

OpenID-PayPal-LIPP ( P/PV/PVIGIER/OpenID-PayPal-LIPP-0.02.tar.gz, PVIGIER, 2016; MetaCPAN )
OpenID-PayPal-LIPP/lib/OpenID/PayPal/LIPP.pm ( view source; MetaCPAN )
ID::PayPal::LIPP;

use strict;
use 5.008_005;
use warnings;
our $VERSION = '0.02';

use Carp;
use JSON;
use URI;
use URI::QueryParam;
use HTTP::Request::Common;
use Convert::Base64;
use LWP::UserAgent
data_json = $self->_post(
        $self->paypal_auth_token_service_endpoint,
        $post_data,
        { Authorization => "Basic $encoded_header" }
    );
	my $data_hash = decode_json($data_json);

data_json = $self->_post(
        $self->paypal_auth_token_service_endpoint,
        $post_data,
        { Authorization => "Basic $encoded_header" }
    );
	my $data_hash = decode_json($data_json);


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.