From 8685fddd696d56f52fa4b6cf580b3eac8db5aec2 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Thu, 3 Oct 2024 11:29:43 +0200 Subject: [PATCH] OVPAY-676 - Undo commit. --- src/openapi/contracts/payments.json | 38 ----------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/openapi/contracts/payments.json diff --git a/src/openapi/contracts/payments.json b/src/openapi/contracts/payments.json deleted file mode 100644 index 75f07bf..0000000 --- a/src/openapi/contracts/payments.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "paymentId": "", - "amount": "", - "paymentMethod": "", - "paymentDate": "", - "contractInvoice": { - "contractInvoiceId": "", - "contractId": "", - "externalReference": "", - "term": "" - }, - "contract": { - "contractId": "", - "contractNumber": "", - "productName": "", - "customerProfileId": "" - } - }, - { - "paymentId": "", - "amount": "", - "paymentMethod": "", - "paymentDate": "", - "contractInvoice": { - "contractInvoiceId": "", - "contractId": "", - "externalReference": "", - "term": "", - }, - "contract": { - "contractId": "", - "contractNumber": "", - "productName": "", - "customerProfileId": "" - } - } -] \ No newline at end of file