From ecbecbc60b30ffb7e6f87674b360b3bb9d20f63e Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 11 Jun 2008 22:36:05 +0000 Subject: remove 8 years old tests (not used anyway) --- tests/testpfpro.php | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 tests/testpfpro.php (limited to 'tests/testpfpro.php') diff --git a/tests/testpfpro.php b/tests/testpfpro.php deleted file mode 100644 index ffb1784bdc..0000000000 --- a/tests/testpfpro.php +++ /dev/null @@ -1,39 +0,0 @@ -\n\n"; - -echo "Payflow Pro library is version ".pfpro_version()."\n"; - -pfpro_init(); - -$transaction = array(USER => 'mylogin', - PWD => 'mypassword', - TRXTYPE => 'S', - TENDER => 'C', - AMT => 1.50, - ACCT => '4111111111111111', - EXPDATE => '0900' - ); - -$response = pfpro_process($transaction); - -if (!$response) { - die("Couldn't establish link to signio software.\n"); -} - -echo "Signio response code was ".$response[RESULT]; -echo ", which means: ".$response[RESPMSG]."\n"; - -echo "\nDump of the transaction request "; -print_r($transaction); - -echo "\nDump of the response "; -print_r($response); - -pfpro_cleanup(); - -?> -- cgit v1.2.1