Skip to content

Instantly share code, notes, and snippets.

View WanChengCheng's full-sized avatar

ChengCheng WanChengCheng

View GitHub Profile
@WanChengCheng
WanChengCheng / debug.php
Created April 8, 2022 02:19 — forked from spinsch/debug.php
Create Test-Order on Magento 1.9.3.x with SOAP Api V2
<?php
// debug script
// apiDoc: https://devdocs.magento.com/guides/m1x/api/soap/checkout/checkout.html
$proxy = new SoapClient('http://lts.localhost/api/v2_soap/?wsdl');
$sessionId = $proxy->login('debug', 'debug123');
// create cart