Jump to content

PayPal issue 404 DNS


InnovatecInc

Recommended Posts

Hi 

 

After making a PayPal checkout the customer is directed to:

 

domain.com.aupaypal/confirm?get_confirmation=1

 

The address obviously doesn't look right, so I assumed it would be something like:

 

domain.com.au/modules/paypal/confirm?get_confirmation=1

 

I am using PS 1.6.0.13 and PayPal module v3.8.2 

 

I uninstalled the PP module via the BO and reinstalled it. What I found curious was that when I first

tested the issue prior, to the reinstall, the whole PayPal interface was different and the confirmation web address

had key submit info, now it just has 'confirm?get_confirmation=1'

 

The order confirmation is sent to the customer and the PP account is debited, if the customer then heads

back to the shop and enters checkout they are directed again to domain.com.aupaypal/confirm?get_confirmation=1

 

Does the issue lie here?

 

$values = array('fc' => 'module', 'module' => 'paypal', 'controller' => 'confirm', 'get_confirmation' => true);
$this->context->smarty->assign('paypal_confirmation', $shop_url.__PS_BASE_URI__.'?'.http_build_query($values));

 

Any ideas what could be wrong?

 

s

Edited by InnovatecInc (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...