Skip to content

Instantly share code, notes, and snippets.

View godriccao's full-sized avatar

Godric Cao godriccao

View GitHub Profile
@godriccao
godriccao / create.php
Last active June 3, 2021 15:37 — forked from TheFrankman/create.php
Programatically create an order in Magento 2.1
<?php
/**
* @author Godric Cao
*/
namespace Vendor\Namespace\Model\Subscription\Order;
class Create
{
public function __construct(
\Magento\Framework\App\Helper\Context $context,