Pavel
Forum Replies Created
-
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] "Must have at least one letter"Hello, sorry for a long response. I haven’t been notified.
“SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data” error occurred because of an error in another plugin that didn’t let to return valid json. After that still had an issue with “Must have at least one letter”. So I checked if $wc_order->needs_shipping_address() and then added shipping to charge request
http://pastebin.com/FqDfUv2EForum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] "Must have at least one letter"I tried this already. Still have “SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data” on the top of checkout form.
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] "Must have at least one letter"yes, I don’t have shipping address. It’s virtual downloadable products. Error is the same with code above
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] "Must have at least one letter"I’m trying on test site without outer access. I’m quite advanced wp dev. Can you describe what’s the problem with shipping?
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] "Must have at least one letter"when I removed “shipping” from Stripe_Charge::create I get an error “SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data”. Also I tried to leave it as an empty array. According to stripe api: “shipping optional, default is { }”