Unverified Commit e75f3c7e authored by Simon Esposito's avatar Simon Esposito Committed by GitHub
Browse files

Change iap response field name (#588)

parent b18fa519
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.25.0
// 	protoc        v3.15.7
// 	protoc        v3.15.8
// source: apigrpc.proto

package apigrpc
+1 −1
Original line number Diff line number Diff line
@@ -4611,7 +4611,7 @@
          "format": "date-time",
          "description": "UNIX Timestamp when the receipt validation was updated in DB."
        },
        "providerPayload": {
        "providerResponse": {
          "type": "string",
          "description": "Raw provider validation response."
        },
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.25.0
// 	protoc        v3.15.7
// 	protoc        v3.15.8
// source: console.proto

package console
+1 −1
Original line number Diff line number Diff line
@@ -2241,7 +2241,7 @@
          "format": "date-time",
          "description": "UNIX Timestamp when the receipt validation was updated in DB."
        },
        "providerPayload": {
        "providerResponse": {
          "type": "string",
          "description": "Raw provider validation response."
        },
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@
<link rel="stylesheet" href="static/styles.14b882f135e080634619.css"></head>
<body class="h-100">
  <app-root></app-root>
<script src="static/runtime.79a86fd8e31d575369c1.js" defer=""></script><script src="static/polyfills.e509efdf859445d7ea46.js" defer=""></script><script src="static/main.a0a203381a3f51669e55.js" defer=""></script></body>
<script src="static/runtime.79a86fd8e31d575369c1.js" defer=""></script><script src="static/polyfills.e509efdf859445d7ea46.js" defer=""></script><script src="static/main.8ba0af2f5b7c1546f25b.js" defer=""></script></body>
</html>
Loading