Skip to content

Instantly share code, notes, and snippets.

View godriccao's full-sized avatar

Godric Cao godriccao

View GitHub Profile
package main
import (
"golang.org/x/text/width"
"fmt"
)
func main() {
str := []string{
"◎",
@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,