-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does the getStripPaymentIntent method report an error? #277
Comments
also getting this |
I put on error loging and got this, i wonder if this has to do with the latest Login mutations? @scottyzen `{ } |
Is it necessary to download the Strip gateway for this question? Because I found the relevant code in the wontext settings yesterday and found that this issue requires downloading the Strip gateway? So can I use PayPal gateway? |
You need a stripe gateway on wordpress for sure, Ive been able to work with funnelkits stripe plugin because it works well but the Woo Stripe Plugin Works out of the box, well at least untill i hit this issue... Still havent solved yet you just have to change the payment method ID on the checkout page to "fkwcs_stripe" instead of "Stripe" if you use the funnel Kit stripe intergration
|
bu
But now I only have a PayPal account and not a Stripe account, so I cannot use a formal account for normal transactions. How can I solve this problem |
Honestly I dont think the problem is in the provider but somewhere in the GraphQL calls I keep gettings errors like this
your going to want to go to your GQL settings in wordpress and enable Debug to get clues on what is going on |
Perhaps there is an issue with the configuration on your end, but so far I have not encountered such a situation |
I just want to know if using PayPal for payment will transfer the money to the user's PayPal account or Stripe account |
|
Naturally if paypal is selected, it will go to paypal but you also need that plugin setup in woocommerce |
You can\t be using WPGraphQL CORS & WP Headless Login at the same time. Because both have logout mutations. Woonuxt Settings plugin is not yet updated to reflect the recent recommended change to start using Headless Login instead of WP GraphQL Cors. |
Whoever can help me solve this problem, I will be very grateful to him!
The text was updated successfully, but these errors were encountered: