Plugin Directory

Changeset 2858095


Ignore:
Timestamp:
02/01/2023 06:09:07 AM (3 years ago)
Author:
adeonatech
Message:

email address changed

Location:
digi-bill/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • digi-bill/trunk/DigiBill.php

    r2857567 r2858095  
    44 * Plugin URI:        https://digibill.lk/services
    55 * Description:       Sending a Digital Bill to Customers Mobile Number After Making the Payment in WooCommerce.
    6  * Version:           1.0.1
     6 * Version:           1.0.2
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
     
    1515
    1616define("PLUGIN_DIR_PATH", plugin_dir_path(__FILE__));
    17 define("PLUGIN_URL", plugins_url()."/CustomPlugin");
     17define("PLUGIN_URL", plugins_url()."/digi-bill");
    1818define("ADMIN_URL",get_admin_url());
    19 define("PLUGIN_VERSION", "1.0.1");
     19define("PLUGIN_VERSION", "1.0.2");
    2020
    2121
     
    151151        $toUser = $_REQUEST['email'];
    152152        $subjectToUser = "DigiBill Plugin";
    153         $userMessage = " Dear " . $_REQUEST['uname'] . ",\n\nYour Details have been sent to the DigiBill API Creation.\nPlease Wait for the Confirmation Email from AdeonaTechnologies.\nIf you have any queries please email roshan@adeonatech.net.";
     153        $userMessage = " Dear " . $_REQUEST['uname'] . ",\n\nYour Details have been sent to the DigiBill Authentication Team.\nPlease Wait for the Confirmation Email from AdeonaTechnologies.\nIf you have any queries please email support@adeonatech.net.";
    154154
    155155
     
    165165
    166166            $data_to_send = array(
    167                 "sender"=>"roshan@adeonatech.net",
     167                "sender"=>"support@adeonatech.net",
    168168                "toEmails"=>array(
    169169                    "info@adeonatech.net"
     
    174174
    175175            $mail_to_user = array(
    176                 "sender"=>"roshan@adeonatech.net",
     176                "sender"=>"support@adeonatech.net",
    177177                "toEmails"=>array(
    178178                    $toUser
     
    210210
    211211            $response = wp_remote_post( 'https://niy54g4v63.execute-api.us-east-1.amazonaws.com/Test/email-sender-ses', $args );
    212             $response1 = wp_remote_post( 'https://niy54g4v63.execute-api.us-east-1.amazonaws.com/Test/email-sender-ses', $args1 );
     212            $response1 = wp_remote_post( 'https://niy54g4v63.execute-api.us-east-1.amazonaws.com/Test2023/email-sender-ses', $args1 );
    213213
    214214            echo json_encode(
  • digi-bill/trunk/README.txt

    r2857567 r2858095  
    44Requires at least: 4.6
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.