Skip to content

Instantly share code, notes, and snippets.

View albertvolkman's full-sized avatar

Albert Volkman albertvolkman

View GitHub Profile
/**
* Load available payment methods for an order.
*
* @param string $order_uuid
* The order's UUID.
*
* @return array
* The available payment methods.
*/
public function getUserPaymentMethods($order_uuid)
@albertvolkman
albertvolkman / gist:1d1930f99b7103105cdd
Created December 12, 2014 16:18
GDoc Sheet Christmas Card List
var ss = SpreadsheetApp.getActiveSpreadsheet();
/**
* Runs at script installation.
*/
function onInstall() {
onOpen();
}
/**
AppBundle\Entity\Recipe:
type: entity
id:
id:
type: integer
generator: { strategy: AUTO }
fields:
name:
type: string
length: 100