Guest Posted January 13, 2005 Posted January 13, 2005 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? Quote
Guest Posted January 14, 2005 Posted January 14, 2005 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? Quote
scavness Posted January 15, 2005 Posted January 15, 2005 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. Quote
Guest Posted January 17, 2005 Posted January 17, 2005 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. Quote
Guest Posted January 18, 2005 Posted January 18, 2005 I am sure i copied all the file to the right directory. What happen? Why payflowpro is so difficult to set up? Quote
Guest Posted January 18, 2005 Posted January 18, 2005 What does the error mean? ./pfpro: 68: Syntax error: EOF in backquote substitution Quote
Guest Posted January 19, 2005 Posted January 19, 2005 Finally, I got it! I use my credit card. and tried to charge $0.02. It's OKi! Quote
Recommended Posts
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.