Group
Extension

Matches 1

Business-Stripe-WebCheckout ( B/BO/BOD/Business-Stripe-WebCheckout-1.3.tar.gz, BOD, 2022; MetaCPAN )
Business-Stripe-WebCheckout/lib/Business/Stripe/WebCheckout.pm ( view source; MetaCPAN )

# 16-04-21 - Properly implement live testing without real Stripe keys
#

use HTTP::Tiny;
use JSON::PP;
use Data::Dumper;

use strict;
use warnings;

our $VERSION = '1.3';
$VERSION = eval $
e {
        my $content = $response->{'content'};
        eval {
            $content = decode_json($response->{'content'});
        };
        if ($@) {
            $self->{'error'} = $content;
ntent;
    if ($self->{'error'}) {
        return $intent;
    } else {
        return decode_json($intent)->{'id'};
    }
}

sub get_ids {
    my ($self, %attrs) = @_;

    $self->{'public

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