Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Linkpoint - I want to use the test server for training

Linkpoint - I want to use the test server for training

Locked

Views: 904

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
24 Jul 2009, 2:26 AM
#1
mrcctv avatar

mrcctv

New Zenner

Join Date:
Mar 2008
Location:
Joliet, IL
Posts:
4
Plugin Contributions:
0

Linkpoint - I want to use the test server for training

DrByte:

The code is intended to use a live account.

https://www.zen-cart.com/tutorials/index.php?article=298

What would it take to change the host? I’d prefer to use my test account and test storefront for training.

24 Jul 2009, 4:39 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Linkpoint - I want to use the test server for training

You'll need to use the test-account's PEM file, specify the test account in the store's admin settings, and add an extra file to your server's /includes/extra_datafiles/ folder, named linkpoint_test_server.php containing just the following: ```

<?php define('MODULE_PAYMENT_LINKPOINT_API_TRANSACTION_MODE','DevelopersTest'); ``` Use at your own risk. Technical support is not provided for using the development server.