Skip to content

Commit 8a514b5

Browse files
authored
Merge branch 'master' into epic-1
2 parents 16a4f87 + 1c3cd3f commit 8a514b5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

proto/proxy_provider.thrift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ struct Invoice {
156156

157157
union PaymentResource {
158158
1: domain.DisposablePaymentResource disposable_payment_resource
159+
2: RecurrentPaymentResource recurrent_payment_resource
160+
}
161+
162+
struct RecurrentPaymentResource {
163+
1: required domain.PaymentTool payment_tool
164+
2: required domain.Token rec_token
159165
}
160166

161167
struct InvoicePayment {

0 commit comments

Comments
 (0)