-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy pathsbx.patch
More file actions
16 lines (16 loc) · 1.02 KB
/
sbx.patch
File metadata and controls
16 lines (16 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/third_party/blink/renderer/modules/payments/payment_request.cc b/third_party/blink/renderer/modules/payments/payment_request.cc
index b0975c59ddb5..a2d7c273950c 100644
--- a/third_party/blink/renderer/modules/payments/payment_request.cc
+++ b/third_party/blink/renderer/modules/payments/payment_request.cc
@@ -439,9 +439,9 @@ void StringifyAndParseMethodSpecificData(ExecutionContext& execution_context,
if (supported_method == "basic-card") {
BasicCardHelper::ParseBasiccardData(input, output->supported_networks,
exception_state);
- } else if (supported_method == kSecurePaymentConfirmationMethod &&
+ } else if (supported_method == kSecurePaymentConfirmationMethod/* &&
RuntimeEnabledFeatures::SecurePaymentConfirmationEnabled(
- &execution_context)) {
+ &execution_context)*/) {
UseCounter::Count(&execution_context,
WebFeature::kSecurePaymentConfirmation);
output->secure_payment_confirmation =