diff --git a/index.html b/index.html index 4277a138..97c7406a 100644 --- a/index.html +++ b/index.html @@ -1340,7 +1340,7 @@

enum PaymentShippingType { "shipping", "delivery", - "pickup", + "pickup" };
@@ -1677,7 +1677,7 @@

enum PaymentComplete { "fail", "success", - "unknown", + "unknown" };