geestig
Forum Replies Created
-
Alright update!
I’m an idiot. Sorry for wasting your time. Totally forgot about woocommerce polylang where I need to turn the methods on as well.
Thanks for the quick replies though!
- This reply was modified 6 years ago by geestig.
No issues regarding Stripe. My site language is set to English (United States) though. However I can’t imagine this would be problem?
There are no other plugins regarding economics/valuta installed.
Yes the account has all of the options enabled on the Stripe side and my currency is set to Euros on the general settings side of my Woocommerce.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Blocked requests / Endpoint issueSolved: Didnt seem to allow external HTTPs
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Blocked requests / Endpoint issueThe problem is there is a $_POST[‘stripe_source’] however when they try to get_source_object there is a problem with the API endpoint.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Blocked requests / Endpoint issueEDIT: After digging deeper I located the problem to be the $prepared_source in class-wc-gateway-stripe.php
object(stdClass)#8170 (4) {
[“token_id”]=>
bool(false)
[“customer”]=>
bool(false)
[“source”]=>
NULL
[“source_object”]=>
object(WP_Error)#8164 (2) {
[“errors”]=>
array(1) {
[“stripe_error”]=>
array(1) {
[0]=>
string(58) “There was a problem connecting to the Stripe API endpoint.”
}
}
[“error_data”]=>
array(0) {
}
}
}There doesn’t seem to be a source.