Skip to content

Instantly share code, notes, and snippets.

View azeemhassni's full-sized avatar

Azeem Hassni azeemhassni

View GitHub Profile
@azeemhassni
azeemhassni / cashier.php
Created April 16, 2016 18:59 — forked from Braunson/cashier.php
Extending the Laravel package Cashier for creating an customer without a credit card
<?php
namespace Acme\V1\Billing;
// BillableInterface.php
use Laravel\Cashier\BillableInterface as CashierInterface;
interface BillableInterface extends CashierInterface {