Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error on payflow pro. I've tried lots of way!


Recommended Posts

Posted

I copy the SDK to the following Path

PayflowPro Library Path

/home/sites/html/oscommerce/catalog/payflowpro/bsdi/lib/

 

PayflowPro Certificate Path

/home/sites/html/oscommerce/catalog/payflowpro/bsdi/certs/

 

PayflowPro Executable

/home/sites/html/oscommerce/catalog/payflowpro/bsdi/bin/pfpro

 

And I chmod the files to 755.

After I checkout, there is and error:credit card error.

 

I searched the forum, I found lots of people had the problem.

It seems the problem never been solved!

any idea?

Posted

How to test the connection.

I use

sh test.sh

 

The following appear on the screen

: not found

 

: not found

 

: not found

: not found

: not found

: not found

: not found

: not found

./pfpro: 68: Syntax error: EOF in backquote substitution

: not found

Done with 'pfpro' binary test transaction...

 

 

Any idea?

Posted

Did you edit the test.sh and put your information in it? If not, you should edit the file (from the command line type: vi test.sh) and put your information inside as delivered by Verisign. If you are not familiar with vi editor, you'll need to read the man pages or google on how to move around/insert, etc. Then try to ./test.sh the file again. HTH.

Posted

Now My test.sh as following

 

echo "----------------------------------------------------"

echo " ***> Performing 'pfpro' binary test transaction....."

 

USER=4TheSimplyGoodSite

VENDOR=4TheSimplyGoodSite

PARTNER=Verisign

PASSWORD=1234567

libpath=.:../lib

LD_LIBRARY_PATH=$libpath:${LD_LIBRARY_PATH:-};export LD_LIBRARY_PATH

 

PFPRO_CERT_PATH=../certs;export PFPRO_CERT_PATH

./pfpro test-payflow.verisign.com 443 "USER=$USER&VENDOR=$VENDOR&PARTNER=$PARTNE

echo

echo "Done with 'pfpro' binary test transaction..."

echo "---------------------------------------------------"^M

 

 

But still getting error:

: not found

 

: not found

 

: not found

: not found

: not found

: not found

: not found

: not found

./pfpro: 68: Syntax error: EOF in backquote substitution

 

What's the problem?Maybe something wrong with directory.

Posted

I am sure i copied all the file to the right directory.

What happen?

Why payflowpro is so difficult to set up?

Posted

What does the error mean?

./pfpro: 68: Syntax error: EOF in backquote substitution

Posted

Finally, I got it!

I use my credit card. and tried to charge $0.02.

It's OKi!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...