Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Barclays EPDQ payments not working

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 10-09-2014, 05:33 AM
 
xanadude xanadude is offline
 

eXpert
  
Join Date: Jun 2006
Posts: 247
 

Cool Barclays EPDQ payments not working

Hi Guys

I have spent several days going through this with Barclays and it seems that when the order is sent to their system its being directed to the wrong URL

its going to https://mdepayments.epdq.co.uk/ncol/prod/orderstandard.asp

and should be
https://payments.epdq.co.uk/ncol/prod/orderstandard.asp

Can you please check into this
__________________
Xanadude

http://wemakeanyshirt.com X5 with x-Cart Mobile in build
Reply With Quote
  #2  
Old 10-11-2014, 03:17 AM
 
xanadude xanadude is offline
 

eXpert
  
Join Date: Jun 2006
Posts: 247
 

Default Re: Barclays EPDQ payments not working

some advice guys as im sure this is not just me that will have this problem as its the module that's linking to wrong place
__________________
Xanadude

http://wemakeanyshirt.com X5 with x-Cart Mobile in build
Reply With Quote
  #3  
Old 10-14-2014, 04:24 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Barclays EPDQ payments not working

Is this problem with the module for X-Cart 5?
http://www.x-cart.com/extensions/addons/barclays-epdq-payment-module.html

Or do you face it on your X-Cart 4 store?
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote
  #4  
Old 10-14-2014, 10:50 AM
 
xanadude xanadude is offline
 

eXpert
  
Join Date: Jun 2006
Posts: 247
 

Default Re: Barclays EPDQ payments not working

Sorry X5
__________________
Xanadude

http://wemakeanyshirt.com X5 with x-Cart Mobile in build
Reply With Quote
  #5  
Old 10-14-2014, 12:21 PM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Barclays EPDQ payments not working

Hi Roger!

Our integration is done according to https://mdepayments.epdq.co.uk/ncol/ePDQ_e-COM-BAS_EN.pdf guide. Maybe something changed recently and URL you are talking about is indeed correct.

Could you please go to the classes/XLite/Module/XC/EPDQ/Model/Payment/Processor/EPDQ.php file and replace there the following piece of code:
PHP Code:
protected function getFormURL()
    {
        return 
$this->getSetting('test')
            ? 
'https://mdepayments.epdq.co.uk/ncol/test/orderstandard.asp'
            
'https://mdepayments.epdq.co.uk/ncol/prod/orderstandard.asp';
    } 

with the next one:

PHP Code:
protected function getFormURL()
    {
        return 
$this->getSetting('test')
            ? 
'https://payments.epdq.co.uk/ncol/test/orderstandard.asp'
            
'https://payments.epdq.co.uk/ncol/prod/orderstandard.asp';
    } 

After that, re-deploy your store.

If it starts working correctly, please let me know and we will update an integration.

Tony.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote
  #6  
Old 10-14-2014, 12:44 PM
 
xanadude xanadude is offline
 

eXpert
  
Join Date: Jun 2006
Posts: 247
 

Default Re: Barclays EPDQ payments not working

Hi Tony -
This was the information given to me by the Barclays EPDQ Support team

I have a big problem as I cannot redeploy the store since the Amazon S3 problem that was never resolved - it will just fail.

I have made the changes but cannot test. This is open with your support
__________________
Xanadude

http://wemakeanyshirt.com X5 with x-Cart Mobile in build
Reply With Quote
  #7  
Old 10-14-2014, 12:52 PM
 
xanadude xanadude is offline
 

eXpert
  
Join Date: Jun 2006
Posts: 247
 

Default Re: Barclays EPDQ payments not working

OK Tony what I have done to get round repolling the site for now is put the changes into the

/var/run/classes/XLite/Module/XC/EPDQ/Model/Payment/Processor/EPDQ.php

This then seems to direct to the correct page as the payment options now show
__________________
Xanadude

http://wemakeanyshirt.com X5 with x-Cart Mobile in build
Reply With Quote
  #8  
Old 10-15-2014, 04:34 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Barclays EPDQ payments not working

Hi Roger!

Thanks for testing of Barclay EPDQ. I will post the suggestion to the team.

As for the problem with S3, as I see from the communication with support team, the problem is being investigated again, so please reply to our guys and they will dig into it.

Tony.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:58 PM.

   

 
X-Cart forums © 2001-2020