Jump to content

Stripe module error when processing card payment


Recommended Posts

Hello everyone,

 

prestashop 1.6.1.9

 

stripe module 1.3.2

 

at checkout payment step everything ok till after 3d secure correct verification I get:

 

An error occured during the request. Please contact us

 

 

Browser console:

 

efused to refresh  HERE 3 URLS  to a javascript: URL

 

/modules/stripe_official/ajax.php Failed to load resource: the server responded with a status of 500 ()

 

 

no way to process card payment both visa and mastercard

 

Can anyone help ?

 

Thanks in advance

 

 

Link to comment
Share on other sites

  • 2 weeks later...

I had the same error and made the following changes to /modules/stripe_official/stripe_official.php

 

Found two lines containing:

$charge->source->owner->name,

Changed to:

$params['cardHolderName'], //$charge->source->owner->name,

I hope that helps your issue.

Edited by asapho (see edit history)
Link to comment
Share on other sites

  • 5 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...