Business-OnlinePayment-BitPay-Client

 view release on metacpan or  search on metacpan

features/step_definitions/invoice_steps.pl  view on Meta::CPAN

#!perl

use strict;
use warnings;

use lib 'lib';
use Test::More;
use Test::BDD::Cucumber::StepFile;
use Business::OnlinePayment::BitPay::Client;
use Try::Tiny;
use Env;
require Business::OnlinePayment::BitPay::KeyUtils;
require 'features/step_definitions/helpers.pl';

my $client;
my $price;
my $currency;
my %invoice;

Given 'the user is authenticated with BitPay', sub{ 

features/step_definitions/pairing_steps.pl  view on Meta::CPAN

#!perl

use strict;
use warnings;

use lib 'lib';
use Test::More;
use Test::BDD::Cucumber::StepFile;
use Business::OnlinePayment::BitPay::Client;
use Try::Tiny;
use Env;
require Business::OnlinePayment::BitPay::KeyUtils;
require 'features/step_definitions/helpers.pl';

my $pairingCode;
my $client;
my $token;
our $error;
my $pem;
my $uri;



( run in 0.794 second using v1.01-cache-2.11-cpan-05444aca049 )