You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment: Sandbox but probably Production as well
Browser and OS: Version 129.0.6668.103 (64-bit) on Windows 10
Issue description
The page that we trigger the Braintree drop-in from has a form submit that calls instance.requestPaymentMethod
If you have the PayPal payment option panel open then you get a message "Use the PayPal button to continue with your payment" displayed in the "sheet-error-text" html element and there is a red border around the panel
I have been informed that the same is true for Apple Pay although I haven't tested myself.
If you have the Google Pay option panel open then there is no message displayed and no border.
Looking at the string resources I can see messages for ApplePay, PayPal and Venmo but nothing for Google
The callback function for instance.requestPaymentMethod will be called with an error object as the first parameter but for PayPal and Google Pay options you just get an object with _braintreeWebError as undefined and message as "No payment method is available." with no more specific information available
I see nothing in the current list of string resources that indicates that version 1.43.0 of the drop-in script would be any different
The text was updated successfully, but these errors were encountered:
General information
Issue description
The page that we trigger the Braintree drop-in from has a form submit that calls instance.requestPaymentMethod
If you have the PayPal payment option panel open then you get a message "Use the PayPal button to continue with your payment" displayed in the "sheet-error-text" html element and there is a red border around the panel
I have been informed that the same is true for Apple Pay although I haven't tested myself.
If you have the Google Pay option panel open then there is no message displayed and no border.
Looking at the string resources I can see messages for ApplePay, PayPal and Venmo but nothing for Google
The callback function for instance.requestPaymentMethod will be called with an error object as the first parameter but for PayPal and Google Pay options you just get an object with _braintreeWebError as undefined and message as "No payment method is available." with no more specific information available
I see nothing in the current list of string resources that indicates that version 1.43.0 of the drop-in script would be any different
The text was updated successfully, but these errors were encountered: