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
const soap = require("soap"); | |
const url = | |
"http://customerservices.araskargo.com.tr/ArasCargoCustomerIntegrationService/ArasCargoIntegrationService.svc?wsdl"; | |
//Esasweb uzerinden alinan bilgiler | |
const loginInfo = | |
"<LoginInfo>" + | |
"<UserName>samilkahraman</UserName>" + | |
"<Password>sifre</Password>" + | |
"<CustomerCode>123456789musterino</CustomerCode>" + |
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
import React, { Component } from 'react' | |
import PropTypes from 'prop-types' | |
import {Button, ColorPicker, TextField, Popover} from '@shopify/polaris'; | |
import {hsbToHex, rgbToHsb} from '@shopify/polaris'; | |
// interchange will always be hex | |
export default class HexColorPicker extends Component { | |
static propTypes = { | |
color: PropTypes.string, |
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
[ | |
{ | |
"id": 1, | |
"name": "Adana", | |
"latitude": "37.0000", | |
"longitude": "35.3213", | |
"population": 2183167, | |
"region": "Akdeniz" | |
}, | |
{ |