mirror of
https://github.com/valitydev/limiter-proto.git
synced 2024-11-06 00:35:18 +00:00
OPS-356: Remove invoice adj (#34)
* removed invoice adj * changed to damsel master * bumped to valitydev/damsel@c32f50f
This commit is contained in:
parent
bbd2c0dce0
commit
e045813d32
@ -15,7 +15,6 @@ struct Context {
|
||||
|
||||
union Operation {
|
||||
1: OperationInvoice invoice
|
||||
2: OperationInvoiceAdjustment invoice_adjustment
|
||||
3: OperationInvoicePayment invoice_payment
|
||||
4: OperationInvoicePaymentAdjustment invoice_payment_adjustment
|
||||
5: OperationInvoicePaymentRefund invoice_payment_refund
|
||||
@ -23,7 +22,6 @@ union Operation {
|
||||
}
|
||||
|
||||
struct OperationInvoice {}
|
||||
struct OperationInvoiceAdjustment {}
|
||||
struct OperationInvoicePayment {}
|
||||
struct OperationInvoicePaymentAdjustment {}
|
||||
struct OperationInvoicePaymentRefund {}
|
||||
@ -32,7 +30,6 @@ struct OperationInvoicePaymentChargeback {}
|
||||
struct Invoice {
|
||||
1: optional domain.Invoice invoice
|
||||
2: optional InvoicePayment payment
|
||||
3: optional domain.InvoiceAdjustment adjustment
|
||||
}
|
||||
|
||||
struct InvoicePayment {
|
||||
|
@ -1,4 +1,4 @@
|
||||
[{<<"damsel">>,
|
||||
{git,"https://github.com/valitydev/damsel.git",
|
||||
{ref,"698c7d275fbe6a8f06f209638ede093f3134fc9b"}},
|
||||
{ref,"c32f50f875bd1c58957e507420a23f7d2fac3ecb"}},
|
||||
0}].
|
||||
|
Loading…
Reference in New Issue
Block a user