function setUp() { Start::$fallback = false; Start::setApiKey('test_sec_k_2b99b969196bece8fa7fd'); if (getenv("CURL") == "1") { Start::$useCurl = true; } }
function setUp() { Start::setApiKey('test_sec_k_2b99b969196bece8fa7fd'); Start::$fallback = false; if (getenv("CURL") == "1") { Start::$useCurl = true; } // Data for a successful customer $this->success_data = array("name" => "Test Customer", "email" => "*****@*****.**", "description" => "Signed up at the fair", "card" => array("number" => "4242424242424242", "exp_month" => 11, "exp_year" => 2016, "cvc" => "123")); }