This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"token": "tok_mastercard", | |
"user_email": "[email protected]", | |
"full_name": "Chanaka De Silva", | |
"order_note":"test description", | |
"items": {{string_items}}, | |
"shipping": { | |
"line1": "No 5B, Polwatta Road", | |
"line2": "Gurugoda", | |
"city": "Horana", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="form-group"> | |
<label>Wink Image: | |
<span style="color:red">*</span> | |
</label> | |
<input type="file" ng-model-instant id="fileToUpload" onchange="angular.element(this).scope().setFiles(this)" /> | |
</div> | |
<div class="form-group"> | |
<div> | |
<div ng-if="progressVisibleMain"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$scope.addNewReview = function () { | |
var fd = new FormData() | |
for (var i in $scope.files) { | |
fd.append("review_img", $scope.files[i]) | |
} | |
fd.append("description", $scope.review.description); | |
fd.append("date", $scope.review.date); | |
fd.append("featured", new_featured); | |
fd.append("email", $scope.review.email); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
RewriteCond %{HTTP_HOST} !^www\. [NC] | |
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AddDefaultCharset UTF-8 | |
<IfModule mod_rewrite.c> | |
# Enable rewrite rules | |
RewriteEngine on | |
# Base directory | |
RewriteBase /education/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
first_name: "", | |
last_name: "", | |
username: "", | |
email:"", | |
password:"", | |
street_address:"", | |
city:"", | |
state:"", | |
zip_code:"", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variable "access_key" { | |
default = "AKIAT7VMYUEWRXYDXPW2" | |
} | |
variable "secret_key" { | |
default = "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" | |
} | |
variable "region" { | |
default = "us-east-2" | |
} | |
variable "vpc_cidr" { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
domain: null, | |
_events: {}, | |
_eventsCount: 0, | |
_maxListeners: undefined, | |
transporter: DefaultTransporter {}, | |
credentials: { refresh_token: 'jwt-placeholder', expiry_date: 1 }, | |
certificateCache: {}, | |
certificateExpiry: null, | |
certificateCacheFormat: 'PEM', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// **************** page 12 **************** | |
var remoteTimeOb = { | |
mode: "MODE_BLOCK_TIME", | |
status: "add", | |
day: day, | |
start: start_time, | |
end: end_time, | |
device: $scope.selectedChild.one_signal_id | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "CommonHoliday", | |
"id": 1, | |
"title": "Common Holiday", | |
"hidden": false, | |
"sealed": false, | |
"abstract": false, | |
"version": "1.0", | |
"fields": [ | |
{ |