mirror of
https://github.com/valitydev/provider-disputes-proto.git
synced 2024-11-06 02:05:21 +00:00
remove disputeId
This commit is contained in:
parent
c119b43f53
commit
19aad20043
@ -19,14 +19,13 @@ service ProviderPaymentsCallbackAdminManagementService {
|
|||||||
|
|
||||||
service ProviderPaymentsService {
|
service ProviderPaymentsService {
|
||||||
|
|
||||||
PaymentStatusResult CheckPaymentStatus (1: TransactionContext disputeContext, 2: domain.Currency currency)
|
PaymentStatusResult CheckPaymentStatus (1: TransactionContext transactionContext, 2: domain.Currency currency)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ProviderPaymentsCallbackParams {
|
struct ProviderPaymentsCallbackParams {
|
||||||
1: optional ID invoiceId
|
1: optional ID invoiceId
|
||||||
2: optional ID paymentId
|
2: optional ID paymentId
|
||||||
3: optional ID disputeID
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct CancelParamsRequest {
|
struct CancelParamsRequest {
|
||||||
|
Loading…
Reference in New Issue
Block a user