Subject: | Staging server should not be forced |
When using the testmode of Business::OnlinePayment ($tx->test_transaction(1)), the Linkpoint plugin forces the server to be set to staging.linkpt.net. If you do not have a test account setup with LinkPoint, you will receive the following error:
Card was rejected: Error (Merchant config file is missing, empty or cannot be read).
When I spoke with LinkPoint's tech support, I was told to use the live server and simply send in the RESULT => good parameter. The module should not force the use of the staging server at line 123; if a user has a test account, they can set the server using the $tx->server() function.