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 | |
/** | |
* 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. |
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
<?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> |