ePay plugin cant tune off instant capture

  • Posts: 37
  • Thank you received: 1
10 years 11 months ago #107773

Hi i have this problem to tune off instant capture in the ePay plugin

I hafe add a sceenshot from my settings :)

Still even it is disable in the settings when i run a test then i can see that Instant capture is on her is a log file from ePay:

Merchantnumber=XXXXXX&orderid=52&amount=XXXXXX&currency=208&windowstate=1&
#38;accepturl=http%3A%2F%2Fwww.dcom.dk%2Findex.php%3Foption%3Dcom_hikashop%26ctrl%3Dcheckout%26task%3Dafter_en
d%26order_id%3D52%26Itemid%3D435&declineurl=http%3A%2F%2Fwww.dcom.dk%2Findex.php%3Foption%3Dcom_hikash
op%26ctrl%3Dorder%26task%3Dcancel_order%26order_id%3D52%26Itemid%3D435&callbackurl=http%3A%2F%2Fwww.dc
om.dk%2Findex.php%3Foption%3Dcom_hikashop%26ctrl%3Dcheckout%26task%3Dnotify%26notif_payment%3Depay%26tmpl%3Dco
mponent%26lang%3Dda%26Itemid%3D435&authsms=&authmail=&instantcapture=1&splitpa
yment=1&group=&addfee=0&instantcallback=1&cms=hikashop&_epay_timestamp
=2013651020651

I have talk with ePay support to day an the sad to me that it is then plugin there have a error that enable instant capture.
The right one should say

Merchantnumber=XXXXXX&orderid=52&amount=XXXXXX&currency=208&windowstate=1&
#38;accepturl=http%3A%2F%2Fwww.dcom.dk%2Findex.php%3Foption%3Dcom_hikashop%26ctrl%3Dcheckout%26task%3Dafter_en
d%26order_id%3D52%26Itemid%3D435&declineurl=http%3A%2F%2Fwww.dcom.dk%2Findex.php%3Foption%3Dcom_hikash
op%26ctrl%3Dorder%26task%3Dcancel_order%26order_id%3D52%26Itemid%3D435&callbackurl=http%3A%2F%2Fwww.dc
om.dk%2Findex.php%3Foption%3Dcom_hikashop%26ctrl%3Dcheckout%26task%3Dnotify%26notif_payment%3Depay%26tmpl%3Dco
mponent%26lang%3Dda%26Itemid%3D435&authsms=&authmail=&instantcapture=0&splitpa
yment=1&group=&addfee=0&instantcallback=1&cms=hikashop&_epay_timestamp
=2013651020651

It is important to get this sorted as fast as possible. It is not permitted in Denmark to withdraw money from people's account before we send the commodities off to the customers :woohoo:

So pleas help :)

Attachments:
Last edit: 10 years 11 months ago by the heatkiller.

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 11 months ago #107806

Hi,

Can you explain me what your problem exactly is and what do you want to do with the epay payment plugin ?

Thanks :).

Please Log in or Create an account to join the conversation.

  • Posts: 37
  • Thank you received: 1
10 years 11 months ago #107929

The problem is that I can not draw people's money from their bank account before I sent of their order product.

With Instant capture active, then it well draw people´s money immediately,when people approve trade.
According to eBay support the says that it is the plugin there has a error

It is not permissible according to Danish law :woohoo: to draw people's money from their bank account before I sent of their order product

So how do I turn it off when it when it is already are tune off in the control panel? :huh: (See Sceenshot)

If you see the log file a have put in then you cant see that instantcapture=1 is active
It should be saying instantcapture=0 a then it i tune off

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
10 years 11 months ago #107976

Indeed this is a strange behavior.
We'll try to look at it but if you want to solve the problem quickly you can edit the payment plugin in plugins/hikashoppayment/epay_configuration.php and replace this line:

<option <?php if($this->element->payment_params->instantcapture == 1) echo "selected=\"selected\""; ?> value="1"><?php echo JText::_( 'HIKASHOP_NO' ); ?></option>
by this one:
<option <?php if($this->element->payment_params->instantcapture == 0) echo "selected=\"selected\""; ?> value="1"><?php echo JText::_( 'HIKASHOP_NO' ); ?></option>

Please Log in or Create an account to join the conversation.

  • Posts: 37
  • Thank you received: 1
10 years 11 months ago #108044

okay tanks i well try that :)

Please Log in or Create an account to join the conversation.

  • Posts: 37
  • Thank you received: 1
10 years 11 months ago #108054

Yes i get it to work but.... :blush:

I think the fail is my own.
The config file was not allowed to be Execute from the system :blush:

Sorry :blush:
Next time i will start checking it all file are allow to be execute :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.087 seconds
Powered by Kunena Forum