mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- Fixed the example..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@99069 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2d23ddfe59
commit
be59a5cac1
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/pfpro.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.pfpro-process-raw">
|
||||
<refnamediv>
|
||||
|
@ -49,7 +49,7 @@
|
|||
|
||||
pfpro_init();
|
||||
|
||||
$response = pfpro_process("USER=mylogin&PWD[5]=m&ndy&TRXTYPE=S&TENDER=C&AMT=1.50&ACCT=4111111111111111&EXPDATE=0904");
|
||||
$response = pfpro_process_raw("USER=mylogin&PWD[5]=m&ndy&TRXTYPE=S&TENDER=C&AMT=1.50&ACCT=4111111111111111&EXPDATE=0904");
|
||||
|
||||
if (!$response) {
|
||||
die("Couldn't establish link to Verisign.\n");
|
||||
|
|
Loading…
Reference in a new issue