https://stripe.com/docs/api/ruby#create_customer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Configuration via Environment Variables | |
# COVERAGE_BUCKET name of s3 bucket where coverage files will be sent. | |
# AWS_ACCESS_KEY_ID | |
# AWS_SECRET_ACCESS_KEY credentials for an IAM user with | |
# read/write permissions on the s3 bucket | |
# NON_COVERAGE_JOB_COUNT Number of semaphore tasks that do not generate coverage | |
# Defaults to 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
//runs on form submission | |
function yourSubmitFunction(e, $) { | |
e.preventDefault(); | |
try { | |
//ADD CUSTOM CODE HERE | |
} | |
catch(err) { | |
//code to handle errors. console.log is just an example | |
console.log(err); |
###Load the current fontpack into the Icomoon App
- Download the most current version of the fontpack from app/assets/fonts/
- Open a browser and go to icomoon.io/app
- In the top left corner, click the purple button that says "Import Icons"
- Find app/assets/fonts/fontawesome_some_version.svg and upload the SVG fontpack
###Acquire SVGs of your new icons ####If you have a sketch file: