[Bps-public-commit] rt-extension-notifysms branch, cleanup-initial-release, repushed

Craig Kaiser craig at bestpractical.com
Thu Jan 28 12:52:03 EST 2021


The branch cleanup-initial-release was deleted and repushed:
       was ae7cb3d28b3bd93492cb2550400ebf5016d3c721
       now f5d488bb16487f768dd0d5d7ef96d96f18b30ff1

1:  65f66fd = 1:  65f66fd Update Module::Install
2:  4646d1a ! 2:  e350d90 Update overlay of NotifySMS::SetRecipients
    @@ -281,4 +281,13 @@
          my %Credentials = (
              account_id => RT::Config->Get('TwilioAccounId'),
              auth_token => RT::Config->Get('TwilioAuthToken'),
    -
    +@@
    +         $Credentials{account_id}, $Credentials{auth_token}
    +     );
    + 
    +-    foreach my $to ( $args{Recipients} ) {
    ++    foreach my $to ( @{$args{'Recipients'}} ) {
    +         my %text_message = (
    +             From => $Twilio{'from'},
    +             To   => $to,
    +
3:  24518b8 = 3:  1a109b7 Parse template object in Prepare method if no MIMEObj exist
4:  ae7cb3d ! 4:  d74dbe4 Make documentation clearer
    @@ -230,3 +230,4 @@
      =head1 AUTHOR
      
      Best Practical Solutions, LLC E<lt>modules at bestpractical.comE<gt>
    +
-:  ------- > 5:  f5d488b Use RT::Scrip object to call SendMessage



More information about the Bps-public-commit mailing list