Translating product name to english.
This commit is contained in:
parent
1cd463434a
commit
dec5cc34f8
@ -44,7 +44,7 @@ sub set_paid($self) {
|
|||||||
sub get_url ($self) {
|
sub get_url ($self) {
|
||||||
my $uuid = $self->param('uuid');
|
my $uuid = $self->param('uuid');
|
||||||
my $ua = Mojo::UserAgent->new;
|
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 $product_id = "$uuid-product-license-exd-".int(rand(1000000000));
|
||||||
my $authorization =
|
my $authorization =
|
||||||
'Basic ' . encode_base64url( $self->config->{stripe_secret} );
|
'Basic ' . encode_base64url( $self->config->{stripe_secret} );
|
||||||
|
Loading…
Reference in New Issue
Block a user