metrotomas
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Venmo hidden on desktopUsing Version 3.2.71 on atvtires.com. Was it updated since then?
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueWe’re going to just style it ourselves I believe. But I appreciate the recommendation!
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueYes we did. It was via a paypal credit card, as a guest. For whatever reason, paypal will not let us log in to checkout using our paypal developer account.
Also, now when I try to place another order on your test site, the express checkout buttons are both greyed out. They seem normal in incognito.
- This reply was modified 7 months, 2 weeks ago by metrotomas.
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueInteresting. See our testing site, that only has Woo v10.1.0 and your Braintree plugin v3.2.77. Using the Twenty Twenty-Five theme: https://wordpresstest.metro-studios.com/?page_id=8
Same thing, the cart paypal button works but the checkout page does not.
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueWe found that the express checkout works on the cart but does not go through on the checkout page. On the checkout page, the orders show up twice in the woo orders (which makes sense given the error). The first order is “processing” (so successful), and the second is “failed”.
The order notes for the successful order: Draft -> Pending payment -> Error processing payment. Reason: Cannot use a payment_method_nonce more than once. -> Order status changed from Pending payment to Failed. -> Order status changed from Pending payment to Processing. -> Order captured in Braintree: Transaction ID: fj8q4fex. Payment method: PayPal – [email protected]
The order notes for the failed order: Draft -> Pending payment -> Error processing payment. Reason: Cannot use a payment_method_nonce more than once. -> Order status changed from Pending payment to Failed.
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueHello, does this mean we can’t use the new checkout with the paypal express checkout option? If this is a WooCommerce issue, would that mean this is an issue across all other paypal plugins?
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueOk the paypal billing address was enabled. This is the only issue now:
{ "code": "woocommerce_rest_checkout_process_payment_error", "message": "There was an error processing your payment. Reason: Cannot use a payment_method_nonce more than once.", "data": { "status": 400 } }Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueYes PayPal has a really idiotic setting that only PayPal can enable. We’re in the middle of getting this resolved with them
It is called “Enable Billing Address” where it turns on auto complete for the woocommerce billing fields. Without this on, the customer has to manually enter their billing address AGAIN in woocommerce. Once you do that, you should see our error come up.
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueThanks. we will do that.
Now another error is happening with PayPal. We tried this on the old checkout and it went through. The new checkout gives us this:
{ "code": "woocommerce_rest_checkout_process_payment_error", "message": "There was an error processing your payment. Reason: Cannot use a payment_method_nonce more than once.", "data": { "status": 400 } }Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueDo you have to be part of the Apple Developer Program to use apple pay then? It says we cannot go through the steps of creating a sandbox account without it.
We may just test this in production if the sandbox account is the issue.
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueHmm that’s why I am confused. If you attempt to test purchase, it says “Make sure you have registered your domain name in the Braintree Control Panel”
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueThat fixed it! Now we’re having issues with apple pay. It shows up but says we have to register the domain in our briantree account.
I think we just have to download the certificate that was generated by your plugin and upload in braintree, but Im not sure how to find that?
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay Issuealso changing back to 10.1 still gives the same error
{ "code": "woocommerce_rest_checkout_process_payment_error", "message": "There was an error processing your payment. Reason: Cannot determine payment method.", "data":{ "status": 400 } }Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueWe noticed it says “Braintree CC Gateway does not yet support this block.” I’m guessing this is why we’re having so many issues.
Is there any timeline to fix this?
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Google Pay IssueWe setup a test WordPress site on local using the twenty twenty five theme and only installed WooCommerce 10.2.2 and Braintree and it did not work with the new react block checkout. We’re still getting the same error, but if I convert it back to the classic WooCommerce checkout, it does let the test order go through.
No special code or anything of ours is running. We just need to prove it is possible in the NEW WooCommerce checkout to run this.