112 Posts in 33 Topics by 52 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 975 Views |
-
payments/ObjectForm blank page

24 January 2011 at 2:03pm Last edited: 24 January 2011 2:03pm
Hi,
I just installed SS 2.4.4 and the payment and payment-test modules. I see the products but when I go buy, enter my details and then click 'proceed to pay' I just get a blank page with /payments/ObjectForm URL. I can't find any errors in my logs.
Any help?
Thanks!
-
Re: payments/ObjectForm blank page

25 February 2011 at 4:57pm
Hi,
I had this problem also. Adding the following details to the mysite/_config.php made this work.
Hope this helps.
// Define which payment methods your site uses.
Payment::set_supported_methods(array(
'DPSPayment' => 'Credit card (DPS)'
));
//setup test environment
DPSAdapter::set_pxpost_account('{PostUsername}', '{PostPassword}');DPSAdapter::set_pxpay_account("PostUsername}", "{PostKey}");
| 975 Views | ||
|
Page:
1
|
Go to Top |


