Skip to content

Commit

Permalink
return text as well
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed May 22, 2020
1 parent 9599bfc commit 5b14368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Perl/Maven/PayPal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ sub paypal_buy {

log_paypal( 'buy_button', { id => $id, %data } );

return $button;
return $button, $button_text;
}

sub log_paypal {
Expand Down

0 comments on commit 5b14368

Please sign in to comment.