@barumetric/contracts 1.3.12 → 1.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/proto/payment.proto +1 -1
package/package.json
CHANGED
package/proto/payment.proto
CHANGED
|
@@ -107,7 +107,7 @@ message GetUserPaymentsResponse {
|
|
|
107
107
|
|
|
108
108
|
message PaymentItem {
|
|
109
109
|
string id = 1;
|
|
110
|
-
|
|
110
|
+
int32 amount = 2; // сумма в минимальных единицах (копейки)
|
|
111
111
|
PaymentStatus status = 3;
|
|
112
112
|
google.protobuf.Timestamp created_at = 4;
|
|
113
113
|
}
|