Skip to content

Instantly share code, notes, and snippets.

View thanhbc's full-sized avatar
🇻🇳

Thanh Chinh Ban thanhbc

🇻🇳
View GitHub Profile
@thanhbc
thanhbc / gist:0e5c863d3ff53962b414a1c1dc85889d
Created January 8, 2026 08:50
sample yogi purchase response
{
"data": {
"objectClass": "ApiSignal",
"gatewayId": 76869,
"status": "successful",
"error": {},
"providerReference": "5140932a-beac-4bb0-a761-87d978a3d266",
"target": {
"objectClass": "Product",
"gatewayId": 3004,
@thanhbc
thanhbc / happy_git_on_osx.md
Created September 14, 2016 09:47 — forked from trey/happy_git_on_osx.md
Creating a Happy Git Environment on OS X

Creating a Happy Git Environment on OS X

Step 1: Install Git

brew install git bash-completion

Configure things:

git config --global user.name "Your Name"

git config --global user.email "you@example.com"