This file contains 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
From - Fri Mar 9 09:24:37 2012 | |
X-Account-Key: account3 | |
X-UIDL: F5ACB55E-69AA-11E1-82AA-00215AD6A9F4 | |
X-Mozilla-Status: 0001 | |
X-Mozilla-Status2: 00000000 | |
X-Mozilla-Keys: | |
x-store-info:sbevkl2QZR7OXo7WID5ZcaZ0jeT0hTF6xOppUA3sNsVQtAqUDV2o8W2Lj2tRTsGmb5rBl0LG2dgkqLbOLHAnLgD45WnyCb7f9hVFt0P25cxHsAg6gtNIY/ngvM8kDe2O | |
Authentication-Results: hotmail.com; sender-id=temperror (sender IP is 208.115.235.92) [email protected]; dkim=none header.d=rallyhood.com; x-hmca=none | |
X-Message-Status: n:0:n | |
X-SID-PRA: Marlon Mantilla Martinez via Rallyhood <[email protected]> |
This file contains 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
def add_address_list | |
RestClient.post("#{@uri}/addressLists",address_list_xml,{:content_type => :xml}) | |
end | |
def address_list_xml | |
"<addressList><addressListName>Best Customers</addressListName><addressMappingId>2</addressMappingId><addresses><address><First_name>John</First_name><Last_name>Smith</Last_Name><Organization>My Business</Organization><Address1>123 Some Street</><Address1><Address2>Suite 210</>Address2><Address3></Address3><City>Somewhere</City><State>Va</State><Zip>12345</Zip><Country_non-US></Country_non-US></address></addresses></addressList>" | |
end |
This file contains 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="columns is-multiline desktop section main-content side-paddingless nd-results-list"> | |
<div class="column is-one-third "> | |
<div class="card nd-result"> | |
<header class="card-header"> | |
<div class="media"> | |
<div class="media-left" [routerLink]="['/profile']" > | |
<figure class="image is-32x32" *ngIf="showAvatar"> |
This file contains 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
/***** Global Variables *****/ | |
$navbar-border-color: #d9d9d9; | |
$linear-gradient: linear-gradient(-180deg, #FFFFFF 44%, #EDF5F1 99%); | |
$primary-action-color: #65BFC3; | |
$explore-text-color: #FFFFFF; | |
$grey-text-color: #504D49; | |
$grey-light-background: #f6f5f1; | |
$grey-icon-color: #C6C6C2; | |
$main-content-bg-color: #F7F5F2; | |
$nd-icon-txt-color: #333333; |
This file contains 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
/***** Global Variables *****/ | |
$navbar-border-color: #d9d9d9; | |
$linear-gradient: linear-gradient(-180deg, #FFFFFF 44%, #EDF5F1 99%); | |
$primary-action-color: #65BFC3; | |
$explore-text-color: #FFFFFF; | |
$grey-text-color: #504D49; | |
$grey-light-background: #f6f5f1; | |
$grey-icon-color: #C6C6C2; | |
$main-content-bg-color: #F7F5F2; | |
$nd-icon-txt-color: #333333; |