Created
October 11, 2015 14:59
-
-
Save yazinsai/1eb26a1c920fdd1a3278 to your computer and use it in GitHub Desktop.
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
<?php | |
$token = $_POST['startToken']; // from Beautiful.js | |
require_once('./lib/Start.php'); | |
Start::setApiKey("test_sec_k_e06df93760b388375e1f6"); | |
Start_Customer::create(array( | |
"name" => "Abdullah Ahmed", | |
"email" => "[email protected]", | |
"card" => $token, | |
"description" => "Signed up at the Trade Show in Dec 2014" | |
)); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment