I hereby claim:
- I am jhauraw on github.
- I am jhaurawachsman (https://keybase.io/jhaurawachsman) on keybase.
- I have a public key ASCOQXnyRkHOKnJ1LTdIenuL7GZQ-G3asOtWAbtDTvimago
To claim this, I am signing this object:
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-i |
I hereby claim:
To claim this, I am signing this object:
/** | |
* Complete list of Stripe Event Tokens as sent via webhook | |
* in the object: event_json->type. Useful in your webhook | |
* file for taking action depending on the type of event, | |
* such as with PHP and the switch statement. | |
* Valid: 2014-04-01 | |
*/ | |
account.updated |
<?php | |
// You can save this file as index.php and make it available in a public webhook directory in your app: | |
// http://example.com/webhooks/stripe/index.php | |
// In your Stripe Dashboard -> Webhooks page, add a LIVE and/or TEST URL: | |
// http://example.com/webhooks/stripe/ | |
// Load the Stripe library | |
require_once 'lib/Stripe.php'; |
# Each value of 'single' in 'yaml-results-truthy.yml' was run | |
# through each of these '{% if %} clauses. | |
# | |
# If the '{% if %}' clause evaluated to truthy, the statement | |
# is shown in 'yaml-results-truthy.yml' under the --- block | |
# for that value of 'single'. | |
# If falsy, nothing is printed and nothing was added to the | |
# results file. |
[ | |
// {"keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true}}, | |
{ "keys": ["j", "j"], "command": "exit_insert_mode", | |
"context": [ | |
{ "key": "setting.command_mode", "operand": false }, | |
{ "key": "setting.is_widget", "operand": false } | |
] | |
}, |
{ | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", |
/* | |
Description: Import Sales into Outright from OpenCart Shopping Cart. | |
Breaks each Sale into line item parts such as: Sub-Total, Shipping, | |
Tax, Coupon and Credit, so you can see detailed Reports in Outright. | |
Author: Jhaura Wachsman | |
URL: http://JhauraWachsman.com | |
Copyright 2013 Jhaura Wachsman | |
Usage: | |
1) Create categories 'Sales Shipping', 'Sales Tax', 'Sales Coupon' |