Stifmeister3 wrote: ... So disappointing that this plugin is not working !!!
debug:
2014-06-03T20:21:24+02:00252014-06-07T10:26:28+02:00372014-06-10T20:27:20+02:00392014-06-10T23:48:25+02:00412014-06-12T14:15:15+02:0044
Notice: Trying to get property of non-object in /var/customers/webs/x2/plugins/hikashoppayment/sofort/sofort.php on line 86
2014-06-12T14:22:02+02:0045
line86:
if($this->payment_params->debug){
Regarding this message, I saw a problem in the sofort plugin (which was not developed by the HikaShop team).
Please edit the plugin file and replace
$this->payment_params = $this->pluginParams();
$configKey = $this->plugin_params->user_id.':'.$this->plugin_params->project_id.':'.$this->plugin_params->token;
by
$this->payment_params = $this->pluginParams();
$configKey = $this->payment_params->user_id.':'.$this->payment_params->project_id.':'.$this->payment_params->token;
Because the plugin has not be developed by the team, we do not have test account so we are not able to test the plugin.
I saw other things in the plugin which looks strange and I think I will put some modifications for the next release ; but without test account I won't be able to test/validate it.
If your problem persist, it will be useful to get some debug data, like the result of the call " $transactionData->getStatus() ", in order to know which status code is returned by the function (if it's not "received" or "untraceable").
Regards,