Skip to content

Instantly share code, notes, and snippets.

View rcnascimento's full-sized avatar

Rodrigo Nascimento rcnascimento

  • Planet Earth
View GitHub Profile
@rcnascimento
rcnascimento / wc-pagseguro-sandbox-sender-email.php
Last active December 12, 2021 03:01
Utilitário implementando hook do plugin Claudio Sanches – PagSeguro for WooCommerce.
<?php
/**
* Muda o email do comprador para uso da sandbox PagSeguro. Requisito da integração Checkout
* Transparente.
*
* Bypass para o Erro:
* "53122 | sender email invalid domain: {0}. You must use an email @sandbox.pagseguro.com.br".
*
* @param SimpleXMLElement $xml XML completo.
* @param WC_Order $order Dados do Pedido.
@rcnascimento
rcnascimento / README.md
Last active January 7, 2020 18:21 — forked from jonathantneal/README.md
SASS @font-face mixin

Font Face

A mixin for writing @font-face rules in SASS.

Usage

Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.

@include font-face(Samplino, fonts/Samplino);
@rcnascimento
rcnascimento / web.config
Last active April 23, 2019 15:01
Generic configuration file for IIS (+ WordPress rules)
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<!--
Default file - or directory index - files and their order
Source: Convert Apache .htaccess to IIS web.config <http://www.saotn.org/convert-apache-htaccess-iis-web-config/>
-->
<defaultDocument>
<files>