Skip to content

Commit e045813

Browse files
authored
OPS-356: Remove invoice adj (#34)
* removed invoice adj * changed to damsel master * bumped to valitydev/damsel@c32f50f
1 parent bbd2c0d commit e045813

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

proto/limiter_payproc_context.thrift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ struct Context {
1515

1616
union Operation {
1717
1: OperationInvoice invoice
18-
2: OperationInvoiceAdjustment invoice_adjustment
1918
3: OperationInvoicePayment invoice_payment
2019
4: OperationInvoicePaymentAdjustment invoice_payment_adjustment
2120
5: OperationInvoicePaymentRefund invoice_payment_refund
2221
6: OperationInvoicePaymentChargeback invoice_payment_chargeback
2322
}
2423

2524
struct OperationInvoice {}
26-
struct OperationInvoiceAdjustment {}
2725
struct OperationInvoicePayment {}
2826
struct OperationInvoicePaymentAdjustment {}
2927
struct OperationInvoicePaymentRefund {}
@@ -32,7 +30,6 @@ struct OperationInvoicePaymentChargeback {}
3230
struct Invoice {
3331
1: optional domain.Invoice invoice
3432
2: optional InvoicePayment payment
35-
3: optional domain.InvoiceAdjustment adjustment
3633
}
3734

3835
struct InvoicePayment {

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[{<<"damsel">>,
22
{git,"https://github.com/valitydev/damsel.git",
3-
{ref,"698c7d275fbe6a8f06f209638ede093f3134fc9b"}},
3+
{ref,"c32f50f875bd1c58957e507420a23f7d2fac3ecb"}},
44
0}].

0 commit comments

Comments
 (0)