OPS-356: Remove invoice adj (#34)

* removed invoice adj

* changed to damsel master

* bumped to valitydev/damsel@c32f50f
This commit is contained in:
Артем 2023-09-04 14:51:20 +03:00 committed by GitHub
parent bbd2c0dce0
commit e045813d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -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 {

View File

@ -1,4 +1,4 @@
[{<<"damsel">>,
{git,"https://github.com/valitydev/damsel.git",
{ref,"698c7d275fbe6a8f06f209638ede093f3134fc9b"}},
{ref,"c32f50f875bd1c58957e507420a23f7d2fac3ecb"}},
0}].