tiberiuz3401
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Authentication RequiredThank you very much for prividing that link. I think it’s related to the “Authentification required” error, since it’s linked with 3D Secure and Visa (what had our customer).
The producs are of type Braintree Variable Subscription.
I tried every option from Liability Not Shifted but the order still succeed after canceling the transaction.Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Authentication RequiredUnfortunately, I tried that and didn’t work for braintree variable products.
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Authentication RequiredDo you refer to “Liability Not Shifted” ?
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Authentication RequiredI had to write that code because the plugin dind’t worked correctly otherwise. When a user clicked “cancel transaction” on the 3d secure challenge, the order complete and money were taken from his account. So by checking when the user clicked the button and trigger the cancelation I could stop that process.
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Authentication RequiredI thought more about the code. I made some code addition in three-d-secure.js to prevent order process when a customer a transaction. What I did was to initialize a variabile when the user pressed the “cancel transaction button”. Then, in SongbirdFramework.prototype._createPaymentsValidatedCallback I checked if the user pressed that button and if data.ActionCode === ‘FAILURE’ then I change data.ActionCode = ‘ERROR’ and data.ErrorNumber = 10011 to trigger “Canceled by user” error.
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Authentication RequiredWell, the shop is recent so it didn’t have many credit card orders. But yes, it’s the first time this error happened.
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Authentication RequiredHere’s the link with the information from Braintre Control Panel. https://ibb.co/0cQrcxQ
For the website, we offer products only after a diagnosis (like a quiz). Here’s a diagnosis made for a client. Click the “checkout” button to see the checkout with the payment methods.
https://primal-y.com/diagnosis?id=32cwb8lVs6Z17X0NJhLYx59HrqgDniForum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Authentication RequiredFrom the response returned (from the processor I guess):
processorResponseCode: “2099”
processorResponseText: “Authentication Required”
processorResponseType: “soft_declined”Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Canceling 3DS PopupHello,
Do you know what steps I must take to implement the custom validation for Braintree Subscriptions?
ThanksForum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Canceling 3DS PopupNo initial fee nor trial period.
This is copied from that product.Regular price (€)
10
Sale price (€) Schedule
Stock status
In stockWeight (kg)
0.05
Dimensions (L×W×H) (cm)
0.1
0.1
0.1
Shipping class
Same as parentTax class
Same as parentDescription
Environment Production
One Time Shipping
Subscription Price (€) 8
Billing Interval every month
Length never expires
Sign Up Fee 0
Trial Length 0
Trial Period day
Production Plans 30-subscription (EUR)Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Canceling 3DS PopupHello, sorry for being absent.
I changed to option to reject, but it still finish the order and takes the amount from the credit card.
But I tried something interesting. When I have NO braintree-subscription-variation products in the order, canceling the transaction works: order fails and no amount is taken from my credit card. It seems that braintree-subscription-variation products interact somehow.Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Canceling 3DS PopupI tested with a real credit card.
At order notes it says “Order captured in Braintree: Transaction ID: *******. Payment method: MasterCard ending in ****” (the * are for hiding the true values).Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Canceling 3DS PopupI went to WooCommerce -> Payments -> API Settings and saw that “Active Environment” is “Production”.
I don’t know what hooks and functions are called in this process. For me it seems that pressing the “cancel transaction” button triggers the same action as if I accepted to pay. And the solution would be that button to trigger a hook for cancelling order.Forum: Plugins
In reply to: [LiteSpeed Cache] Query String not removedI have hosting on cpanel. There I have a plugin called LiteSpeed Web Cache Manager. But I don’t know how to find more details about.
Forum: Plugins
In reply to: [LiteSpeed Cache] Query String not removedI tried but it keeps generating new css file every time I try a url with a new id.
From what I understand, if the query string was removed, than there will be no need to generate a new critical css file, since a css for cart page already exists.