Skip to content

Instantly share code, notes, and snippets.

@cvieth
Created February 14, 2013 15:33
Show Gist options
  • Save cvieth/4953573 to your computer and use it in GitHub Desktop.
Save cvieth/4953573 to your computer and use it in GitHub Desktop.
<?php
include 'lib/promoCashback.php';
$data = array();
$data['locale'] = "ch_de";
$data['code'] = "22277AWR7";
$data['check_price'] = "0";
$data['place'] = "Test";
$data['gender'] = "m";
$data['surname'] = "Max";
$data['lastname'] = "Mustermann";
$data['day_of_birth'] = "1987-05-07";
$data['email'] = "[email protected]";
$data['street'] = "Musterstrassse";
$data['street_nr'] = "23";
$data['city'] = "Musterstadt";
$data['postal_code'] = "12345";
$data['depositor'] = "Max Mustermann";
$data['iban'] = "000-000-000";
$data['post-check-nr'] = "keine";
$data['question_1'] = "a";
$data['question_2'] = "s";
$data['question_3'] = "d";
$data['permission_conditions'] = "1";
$data['permission_newsletter'] = "1";
var_dump(promoCashback::addEntry($data));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment