diff --git a/lib/MakeThemPay/Controller/Main.pm b/lib/MakeThemPay/Controller/Main.pm index 466df73..f66c461 100644 --- a/lib/MakeThemPay/Controller/Main.pm +++ b/lib/MakeThemPay/Controller/Main.pm @@ -44,7 +44,7 @@ sub set_paid($self) { sub get_url ($self) { my $uuid = $self->param('uuid'); my $ua = Mojo::UserAgent->new; - my $product_name = "Licencia de producto para Hipertermia"; + my $product_name = "Hiperthermia product license"; my $product_id = "$uuid-product-license-exd-".int(rand(1000000000)); my $authorization = 'Basic ' . encode_base64url( $self->config->{stripe_secret} );