Changeset 2858095
- Timestamp:
- 02/01/2023 06:09:07 AM (3 years ago)
- Location:
- digi-bill/trunk
- Files:
-
- 2 edited
-
DigiBill.php (modified) (6 diffs)
-
README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
digi-bill/trunk/DigiBill.php
r2857567 r2858095 4 4 * Plugin URI: https://digibill.lk/services 5 5 * Description: Sending a Digital Bill to Customers Mobile Number After Making the Payment in WooCommerce. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 … … 15 15 16 16 define("PLUGIN_DIR_PATH", plugin_dir_path(__FILE__)); 17 define("PLUGIN_URL", plugins_url()."/ CustomPlugin");17 define("PLUGIN_URL", plugins_url()."/digi-bill"); 18 18 define("ADMIN_URL",get_admin_url()); 19 define("PLUGIN_VERSION", "1.0. 1");19 define("PLUGIN_VERSION", "1.0.2"); 20 20 21 21 … … 151 151 $toUser = $_REQUEST['email']; 152 152 $subjectToUser = "DigiBill Plugin"; 153 $userMessage = " Dear " . $_REQUEST['uname'] . ",\n\nYour Details have been sent to the DigiBill A PI 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."; 154 154 155 155 … … 165 165 166 166 $data_to_send = array( 167 "sender"=>" roshan@adeonatech.net",167 "sender"=>"support@adeonatech.net", 168 168 "toEmails"=>array( 169 169 "info@adeonatech.net" … … 174 174 175 175 $mail_to_user = array( 176 "sender"=>" roshan@adeonatech.net",176 "sender"=>"support@adeonatech.net", 177 177 "toEmails"=>array( 178 178 $toUser … … 210 210 211 211 $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 ); 213 213 214 214 echo json_encode( -
digi-bill/trunk/README.txt
r2857567 r2858095 4 4 Requires at least: 4.6 5 5 Tested up to: 6.1.1 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Requires PHP: 5.2.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.