- Posts: 75
- Thank you received: 1
Stripe v3 problems
6 years 11 months ago #311337
by spotstv
Stripe v3 problems was created by spotstv
-- HikaShop version -- : 4.2.1
-- Joomla version -- : 3.9.6
-- PHP version -- : 7.3.9
-- Browser(s) name and version -- : Chrome 76.0.3809.132
-- Error-message(debug-mod must be tuned on) -- : Infinite spinning wheel
Just purchased and installed the Stripe v3 plugin "Hikashop Stripe Connect Payment Plugin" v1.0.4 and am getting very poor results.
Firstly is 1.0.4 the latest version?
With Payment Interface set to:
Card (3D-secure) - after entering the card details you just get the spinner icon forever.
Card (by Stripe Token - Legacy) I get the following: "Received unknown parameters: name, address_line1, address_city, address_state, address_zip, address_country.
Also the Stripe Connect plugin has an extra field called Client ID - after talking with Stripe, they could not tell me what this field might be for, and its not listed in your documentation. Can you tell me what should be entered here?
Many thanks
-- Joomla version -- : 3.9.6
-- PHP version -- : 7.3.9
-- Browser(s) name and version -- : Chrome 76.0.3809.132
-- Error-message(debug-mod must be tuned on) -- : Infinite spinning wheel
Just purchased and installed the Stripe v3 plugin "Hikashop Stripe Connect Payment Plugin" v1.0.4 and am getting very poor results.
Firstly is 1.0.4 the latest version?
With Payment Interface set to:
Card (3D-secure) - after entering the card details you just get the spinner icon forever.
Card (by Stripe Token - Legacy) I get the following: "Received unknown parameters: name, address_line1, address_city, address_state, address_zip, address_country.
Also the Stripe Connect plugin has an extra field called Client ID - after talking with Stripe, they could not tell me what this field might be for, and its not listed in your documentation. Can you tell me what should be entered here?
Many thanks
Please Log in or Create an account to join the conversation.
6 years 11 months ago #311340
by pmarty
Replied by pmarty on topic Stripe v3 problems
Same problem as you.
The documentation is not updated, we don't know how to correctly setup the plugin.
When activated, the v3 plugin displays a blank screen when clicking on "Submit Payment"
The documentation is not updated, we don't know how to correctly setup the plugin.
When activated, the v3 plugin displays a blank screen when clicking on "Submit Payment"
Please Log in or Create an account to join the conversation.
6 years 11 months ago #311339
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Stripe v3 problems
Hello,
Version 1.0.4 is the latest version.
Please use the 3D secure mode and not the token legacy one.
If you do have the infinite loop, it means that you have a php fatal error during the ajax call.
You are not the only one to report that problem but we really need the php error message to be able to fix it.
That message should bein your php error log. Or you should activate the joomla debug mode to be able to see the message on the result of the ajax call.
Regards
Version 1.0.4 is the latest version.
Please use the 3D secure mode and not the token legacy one.
If you do have the infinite loop, it means that you have a php fatal error during the ajax call.
You are not the only one to report that problem but we really need the php error message to be able to fix it.
That message should bein your php error log. Or you should activate the joomla debug mode to be able to see the message on the result of the ajax call.
Regards
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
6 years 11 months ago - 6 years 11 months ago #311357
by spotstv
Replied by spotstv on topic Stripe v3 problems
From PHP error log:
[20-Sep-2019 11:18:30 CST6CDT] Stripe Notice: Undefined property of Stripe\Customer instance: sources
But I think this might be before I disabled the Stripe V2 plugin. There are no other error messages here.
From the JavaScript Console while:
Failed to load resource: the server responded with a status of 500 ()
/index.php?option=com_hikashop&ctrl=checkout&task=notify¬if_payment=stripeconnect&tmpl=component&order_id=54&lang=en&5ea93a7ec65722427e7002f00e54ff4e=1:1
Uncaught TypeError: Cannot read property 'error' of null . stripeconnect.js?v=1-0-4:178
at Object._handleNotifyResponse (stripeconnect.js?v=1-0-4:178)
at stripeconnect.js?v=1-0-4:215
at XMLHttpRequest.xhr.onreadystatechange (hikashop.js?v=421:206)
[20-Sep-2019 11:18:30 CST6CDT] Stripe Notice: Undefined property of Stripe\Customer instance: sources
But I think this might be before I disabled the Stripe V2 plugin. There are no other error messages here.
From the JavaScript Console while:
Failed to load resource: the server responded with a status of 500 ()
/index.php?option=com_hikashop&ctrl=checkout&task=notify¬if_payment=stripeconnect&tmpl=component&order_id=54&lang=en&5ea93a7ec65722427e7002f00e54ff4e=1:1
Uncaught TypeError: Cannot read property 'error' of null . stripeconnect.js?v=1-0-4:178
at Object._handleNotifyResponse (stripeconnect.js?v=1-0-4:178)
at stripeconnect.js?v=1-0-4:215
at XMLHttpRequest.xhr.onreadystatechange (hikashop.js?v=421:206)
Last edit: 6 years 11 months ago by spotstv.
Please Log in or Create an account to join the conversation.
6 years 11 months ago #311360
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Stripe v3 problems
Hello,
So it requires a test with the joomla debug mode activated and the network console.
Only with that it will be possible to see the content of the 500 error page and have the details of the error.
Regards
So it requires a test with the joomla debug mode activated and the network console.
Only with that it will be possible to see the content of the 500 error page and have the details of the error.
Regards
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
6 years 11 months ago - 6 years 11 months ago #311377
by spotstv
Replied by spotstv on topic Stripe v3 problems
Hi Jerome,
Attached is console log with developer logging enabled.
Attached is console log with developer logging enabled.
Last edit: 6 years 11 months ago by Jerome. Reason: Removing the attachment which do not include the required information
Please Log in or Create an account to join the conversation.
6 years 11 months ago - 6 years 11 months ago #311392
by trevsmiff
I was also getting a blank page and after some testing I found the culpret was the old Stripe plugin. I disabled it in the Joomla Plugins area and the new Stripe 3 plugin is working
regards
Trevor
Replied by trevsmiff on topic Stripe v3 problems
When activated, the v3 plugin displays a blank screen when clicking on "Submit Payment"
I was also getting a blank page and after some testing I found the culpret was the old Stripe plugin. I disabled it in the Joomla Plugins area and the new Stripe 3 plugin is working
regards
Trevor
Last edit: 6 years 11 months ago by trevsmiff.
Please Log in or Create an account to join the conversation.
6 years 11 months ago #311402
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Stripe v3 problems
Hello,
Unfortunately, the "har" file is not what is required. And it do not include the Ajax call which contains the 500 error page.
@trevsmiff - yes, that is the common issue
Regards,
Unfortunately, the "har" file is not what is required. And it do not include the Ajax call which contains the 500 error page.
@trevsmiff - yes, that is the common issue
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
6 years 11 months ago #312256
by spotstv
Replied by spotstv on topic Stripe v3 problems
Please Log in or Create an account to join the conversation.
6 years 11 months ago #312276
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Stripe v3 problems
Hello,
As explained previously, the PHP error log would be required to understand what is the 500 error.
Otherwise, if you have the Joomla debug mode activated, you should be able to see the error details within the ajax call (it requires to see the content of the page in the network tab of the browser console).
Regards,
As explained previously, the PHP error log would be required to understand what is the 500 error.
Otherwise, if you have the Joomla debug mode activated, you should be able to see the error details within the ajax call (it requires to see the content of the page in the network tab of the browser console).
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Time to create page: 0.331 seconds