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
bool(true) | |
object(MercadoPago\Payment)#416 (77) { | |
["id":protected]=> | |
int(25349042) | |
["acquirer":protected]=> | |
NULL | |
["acquirer_reconciliation":protected]=> | |
array(0) { | |
} | |
["site_id":protected]=> |
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
{ | |
"message":"M\u00e9todos de pago obtenidos correctamente.", | |
"data":[ | |
{ | |
"id":"1588609656678", | |
"expiration_month":10, | |
"expiration_year":2031, | |
"first_six_digits":"557907", | |
"last_four_digits":"5680", | |
"payment_method":{ |
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
object(MercadoPago\Payment)#412 (77) { | |
[ | |
"id":protected | |
]=> | |
NULL | |
[ | |
"acquirer":protected | |
]=> | |
NULL | |
[ |
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
{ | |
"0":{ | |
"79670", | |
"79826", | |
"79831", | |
"80252", | |
"80557", | |
"80590", | |
"80591", | |
"80595", |
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
{ | |
"0":{ | |
"0":"79670", | |
"1":"79826", | |
"2":"79831", | |
"3":"80252", | |
"4":"80557", | |
"5":"80590", | |
"6":"80591", | |
"7":"80595", |
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
array(1501) { | |
[0]=> | |
&object(Node)#376 (5) { | |
["_predecessors"]=> | |
array(0) { | |
} | |
["_data"]=> | |
string(5) "79670" | |
["_metadata"]=> | |
array(0) { |
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
object(Node)#2676 (5) { | |
["_predecessors"]=> | |
array(0) { | |
} | |
["_data"]=> | |
&string(6) "164837" | |
["_metadata"]=> | |
array(0) { | |
} | |
["_arcs"]=> |
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
Necessary: | |
1. planeaciones.csv | |
2. query.csv (query magic) | |
3. Access for servers (access development and production ssh) | |
4. Access for databases (development and production) | |
PRODUCTION | |
Instructions: | |
1. Copy/Replace planeaciones.csv to potencia/import_scripts/csv/ | |
scp planeaciones.csv [email protected]:/var/www/vhosts/cms.potencia.mx/public/wp-content/themes/potencia/import_scripts/csv |
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 Illuminate\Support\Facades\Log; | |
use Route; | |
class Notification | |
{ | |
private $token; |
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 | |
/** | |
* WordPress Query Comprehensive Reference | |
* Compiled by luetkemj - luetkemj.com | |
* | |
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters | |
* Source: https://core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/query.php | |
*/ | |
$args = array( |