Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Unified Diff: components/payments/payment_request.mojom

Issue 2373103002: [Web Payments] Common Payments validation (Closed)
Patch Set: Deps and new field Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/payments/payment_request.mojom
diff --git a/components/payments/payment_request.mojom b/components/payments/payment_request.mojom
index dc9ab3374af80aed7ef648580855df5aa42f40e3..5ccb598cc4b35d75bc564168eaa66127e6b4b268 100644
--- a/components/payments/payment_request.mojom
+++ b/components/payments/payment_request.mojom
@@ -43,6 +43,8 @@ struct PaymentCurrencyAmount {
// ISO 20022 CurrencyAnd30Amount. Up to 30 total digits. Up to 10 fraction
// digits. Separated by a dot.
string value;
+
please use gerrit instead 2016/10/31 14:31:15 Please add a comment from https://w3c.github.io/br
Kevin Bailey 2016/10/31 20:32:00 Done.
+ string? system;
};
struct PaymentResponse {

Powered by Google App Engine
This is Rietveld 408576698