leavai
Forum Replies Created
-
Hi, I have the same problem. Could you solve it?
Solved!!! Thanks A LOT
Forum: Plugins
In reply to: [WooCommerce Analytics] Unassigned OrdersThanks for your response. The order attribution checkbox is indeed enabled, but I’m still seeing unassigned orders. Is there any other configuration I can use to detect the origin of these orders?
I have UTMs active in both my email marketing campaigns and ads, but more than 80% of the orders have unassigned origins.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Google Drive Login IssueHi!
I have the same problem. I logued out/sign in on Google several times but it doesn’t work. Did Someone solve it?
Hi there!
I have the same problem. I disabled all plugins and the error persists. Another solution?
Success: you have authenticated your Google Drive account. However, subsequent access attempts failed:
- Forbidden for https://auth.updraftplus.com/auth/googledrive (403)
- Google Drive: Have not yet obtained an access token from Google – you need to authorise or re-authorise your connection to Google Drive. (Forbidden for https://auth.updraftplus.com/auth/googledrive) (403)
- This reply was modified 1 year, 1 month ago by leavai.
Hi! any solution?
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Incompatibility with Elementor 3.21.3Hi there! Any solution?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Payment Without AccountHi Krystian, I tried to reconnect with different accounts but it does not works. I’m trying from Argentina, it could be a problem?
These are the features availables on the account:
billing plan pricing-change activated,
billing plan updated,
billing subscription cancelled,
catalog product updated,
checkout order approved,
checkout order completed,
checkout payment-approval reversed,
payment authorization voided,
payment capture completed,
payment capture denied,
payment capture pending,
payment capture refunded,
payment capture reversed,
payment order cancelled,
payment sale completed,
payment sale refunded,
vault payment-token created,
vault payment-token deletedForum: Plugins
In reply to: [WooCommerce PayPal Payments] Payment Without AccountHi! Any news?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Payment Without AccountForum: Plugins
In reply to: [WooCommerce PayPal Payments] Payment Without AccountThanks Joost!
Today I can’t find the Advanced Card Processing tab in my Woo settings. When Paypal authorizes my account, should I see it?
Thanks @miloss84 for your response.
I don’t understand why Elementor stores so much data in this table, but if possible, could you tell me which rows I can delete without harming the website? I see many rows that show the version of the plugin for example.
Hi @ostrunio, did you solve your issue?
I emailed this information yesterday. Do you receive the email?
Hi! This is the Braintree answer:
The error you’re seeing is likely referencing an underlying validation error being returned from Braintree as a result of malformed or missing payment data. Looking at our logs related to your account from the past 24 hours, I can see a transaction attempt that returned the following errors:[VALIDATION ERRORS] 91577 (Merchant account does not support payment instrument.), 81709 (Expiration date is required.), 81714 (Credit card number is required.), 81725 (Credit card must include number, payment_method_nonce, or venmo_sdk_payment_method_code.), 81703 (Credit card type is not accepted by this merchant account.)
When creating a transaction via the Braintree API, your integration must include an amount and either a payment_method_nonce, a payment_method_token, or a customer_id. Passing a customer_id is equivalent to passing the payment_method_token of the customer’s default payment method.
Further investigating, I can see that your integration appears to be passing a customer ID rather than a nonce:”customer_id”=>”43589504044″, “payment_method_nonce”=>nil
In this case, that ID is 43589504044. However, in looking at that customer, I can see that there are no stored payment methods associated with this customer to be utilized for this transaction attempt.
I’d recommend reaching out to your integration provider to ensure that each transaction attempt (or customer ID used within that attempt) contains a valid payment method; if there is no payment method included within the transaction.sale() API call, the above validation errors will occur.
I hope this information helps! If you have any additional questions, please let me know.
