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
{ | |
"status": true, | |
"package": { | |
"pedido_venda_produto": { | |
"cabecalho": { | |
"codigo_cenario_impostos": "1009145292", | |
"codigo_cliente": 7114550119, | |
"codigo_parcela": "S29", | |
"codigo_pedido": 7180659468, | |
"data_previsao": "06/12/2022", |
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
sdfsdf |
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
<?php | |
use Illuminate\Database\Migrations\Migration; | |
use Illuminate\Database\Schema\Blueprint; | |
use Illuminate\Support\Facades\Schema; | |
class CreateLogsEeTable extends Migration | |
{ | |
/** | |
* Run the migrations. |
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
<?php | |
namespace App\Http\Controllers; | |
use App\ExchangeWallets; | |
use App\NioxDeposit; | |
use App\NioxWithdrawal; | |
use App\Plan; | |
use App\User; | |
use Illuminate\Http\Request; | |
use Illuminate\Support\Facades\Log; |
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
<?php | |
namespace Aigen\TemaFesta; | |
class GerenciadorPlanilha | |
{ | |
private $planilha = null; | |
private $planilha_uri = __DIR__ . '/base/planilha.xlsx'; | |
private $planilha_formato = ['entrada' => 'Xlsx', 'saida' => 'Xls']; | |
private $planilha_path; |
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 from 'react'; | |
import Row from 'react-bootstrap/Row'; | |
import Col from 'react-bootstrap/Col'; | |
import InputGroup from 'react-bootstrap/InputGroup'; | |
import FormControl from 'react-bootstrap/FormControl'; | |
import { | |
Types | |
} from '../resources/types' | |
import { Products } from '../resources/products' | |
import './TypeList.scss'; |
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
[["TEMA FESTAS PEDIDO",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],["cliente:"," ",null,null,null,null,null,"cnpj:"," ",null,null,null,null,"contato:"," ",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],["endere\u00e7o:"," ",null,null,null,null,null,"telefone:"," ",null,null,null,null,"Inscri\u00e7\u00e3o:"," "," ",null,"data : ",null," ."," ."," ."," ."," ."," ."," ."," .",null,null," ."],["PRAZO:"," ",null,null,null,null,null,"transportadora:",null,null,null,null,null,"e.mail :"," ",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],["contato","Sacola",null,null,"Cachepot",null,null,null,"Saia",null,"Forminha luxo","Forminha luxo","Forminha |
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
<mat-card class="example-card"> | |
<mat-card-header> | |
<div mat-card-avatar class="example-header-image"></div> | |
<mat-card-title>Camisa Oficial São Paulo</mat-card-title> | |
<mat-card-subtitle>Camisa Esportiva</mat-card-subtitle> | |
</mat-card-header> | |
<img mat-card-image src="../../assets//images//camisa-sp.jpg" alt="Photo of a Shiba Inu"> | |
<mat-card-content> | |
<mat-list> | |
<mat-list-item>Camisa Oficial São Paulo 2019</mat-list-item> |
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 { Component, OnInit, NgZone } from '@angular/core'; | |
import { MatDialog } from '@angular/material'; | |
import { DialogComponent } from '../dialog/dialog.component'; | |
import { PagseguroService } from '../pagseguro.service'; | |
declare let PagSeguroLightbox: any; | |
@Component({ |
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 { Injectable } from '@angular/core'; | |
import { HttpClient } from '@angular/common/http'; | |
@Injectable({providedIn: 'root'}) | |
export class PagseguroService { | |
constructor(private http: HttpClient) { } | |
checkout(product) { | |
return this.http.post('http://localhost:8000/api/checkout', product); |
NewerOlder