From 5d50cd33553497580011dece192676461792f4bf Mon Sep 17 00:00:00 2001 From: PEDRO DIEZ GARCIA Date: Wed, 17 Dec 2025 08:33:44 +0100 Subject: [PATCH] Reset API and Test Definitions to wip after Fall25 --- code/API_definitions/carrier-billing-refund.yaml | 6 +++--- code/API_definitions/carrier-billing.yaml | 6 +++--- code/Test_definitions/carrier-billing-cancelPayment.feature | 4 ++-- .../Test_definitions/carrier-billing-confirmPayment.feature | 4 ++-- code/Test_definitions/carrier-billing-createPayment.feature | 4 ++-- .../Test_definitions/carrier-billing-preparePayment.feature | 4 ++-- .../carrier-billing-refund-createRefund.feature | 4 ++-- ...er-billing-refund-retrievePaymentRemainingAmount.feature | 4 ++-- .../carrier-billing-refund-retrieveRefund.feature | 4 ++-- .../carrier-billing-refund-retrieveRefunds.feature | 4 ++-- .../carrier-billing-retrievePayment.feature | 4 ++-- .../carrier-billing-retrievePayments.feature | 4 ++-- .../carrier-billing-validatePayment.feature | 4 ++-- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/code/API_definitions/carrier-billing-refund.yaml b/code/API_definitions/carrier-billing-refund.yaml index 8afa0ce..f20ddfb 100644 --- a/code/API_definitions/carrier-billing-refund.yaml +++ b/code/API_definitions/carrier-billing-refund.yaml @@ -66,17 +66,17 @@ info: # Further info and support (FAQs will be added in a later version of the documentation) - version: 0.3.0 + version: wip title: Carrier Billing Refund license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - x-camara-commonalities: 0.6 + x-camara-commonalities: wip externalDocs: description: Product documentation at Camara url: https://github.com/camaraproject/CarrierBillingCheckOut servers: - - url: "{apiRoot}/carrier-billing-refund/v0.3" + - url: "{apiRoot}/carrier-billing-refund/vwip" variables: apiRoot: default: http://localhost:9091 diff --git a/code/API_definitions/carrier-billing.yaml b/code/API_definitions/carrier-billing.yaml index e253ca2..b8ee598 100644 --- a/code/API_definitions/carrier-billing.yaml +++ b/code/API_definitions/carrier-billing.yaml @@ -136,17 +136,17 @@ info: # Further info and support (FAQs will be added in a later version of the documentation) - version: 0.5.0 + version: wip title: Carrier Billing license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - x-camara-commonalities: 0.6 + x-camara-commonalities: wip externalDocs: description: Product documentation at Camara url: https://github.com/camaraproject/CarrierBillingCheckOut servers: - - url: "{apiRoot}/carrier-billing/v0.5" + - url: "{apiRoot}/carrier-billing/vwip" variables: apiRoot: default: http://localhost:9091 diff --git a/code/Test_definitions/carrier-billing-cancelPayment.feature b/code/Test_definitions/carrier-billing-cancelPayment.feature index a3da01c..8f812d4 100644 --- a/code/Test_definitions/carrier-billing-cancelPayment.feature +++ b/code/Test_definitions/carrier-billing-cancelPayment.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing API, v0.5.0 - Operation cancelPayment +Feature: CAMARA Carrier Billing API, vwip - Operation cancelPayment # Input to be provided by the implementation to the tester # # Implementation indications: @@ -10,7 +10,7 @@ Feature: CAMARA Carrier Billing API, v0.5.0 - Operation cancelPayment # References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml Background: Common cancelPayment setup - Given the resource "/carrier-billing/v0.5/payments/{paymentId}/cancel" + Given the resource "/carrier-billing/vwip/payments/{paymentId}/cancel" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/carrier-billing-confirmPayment.feature b/code/Test_definitions/carrier-billing-confirmPayment.feature index d4db9a1..65b6fd0 100644 --- a/code/Test_definitions/carrier-billing-confirmPayment.feature +++ b/code/Test_definitions/carrier-billing-confirmPayment.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing API, v0.5.0 - Operation confirmPayment +Feature: CAMARA Carrier Billing API, vwip - Operation confirmPayment # Input to be provided by the implementation to the tester # # Implementation indications: @@ -11,7 +11,7 @@ Feature: CAMARA Carrier Billing API, v0.5.0 - Operation confirmPayment # References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml Background: Common confirmPayment setup - Given the resource "/carrier-billing/v0.5/payments/{paymentId}/confirm" + Given the resource "/carrier-billing/vwip/payments/{paymentId}/confirm" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/carrier-billing-createPayment.feature b/code/Test_definitions/carrier-billing-createPayment.feature index 6ce9dbe..91c052d 100644 --- a/code/Test_definitions/carrier-billing-createPayment.feature +++ b/code/Test_definitions/carrier-billing-createPayment.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing API, v0.5.0 - Operation createPayment +Feature: CAMARA Carrier Billing API, vwip - Operation createPayment # Input to be provided by the implementation to the tester # # Implementation indications: @@ -11,7 +11,7 @@ Feature: CAMARA Carrier Billing API, v0.5.0 - Operation createPayment # References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml Background: Common createPayment setup - Given the resource "/carrier-billing/v0.5/payments" + Given the resource "/carrier-billing/vwip/payments" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/carrier-billing-preparePayment.feature b/code/Test_definitions/carrier-billing-preparePayment.feature index 7f32a0c..57f2e9f 100644 --- a/code/Test_definitions/carrier-billing-preparePayment.feature +++ b/code/Test_definitions/carrier-billing-preparePayment.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing API, v0.5.0 - Operation preparePayment +Feature: CAMARA Carrier Billing API, vwip - Operation preparePayment # Input to be provided by the implementation to the tester # # Implementation indications: @@ -11,7 +11,7 @@ Feature: CAMARA Carrier Billing API, v0.5.0 - Operation preparePayment # References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml Background: Common preparePayment setup - Given the resource "/carrier-billing/v0.5/payments/prepare" + Given the resource "/carrier-billing/vwip/payments/prepare" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/carrier-billing-refund-createRefund.feature b/code/Test_definitions/carrier-billing-refund-createRefund.feature index 45bbbe7..0843b0a 100644 --- a/code/Test_definitions/carrier-billing-refund-createRefund.feature +++ b/code/Test_definitions/carrier-billing-refund-createRefund.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing Refund API, v0.3.0 - Operation createRefund +Feature: CAMARA Carrier Billing Refund API, vwip - Operation createRefund # Input to be provided by the implementation to the tester # # Implementation indications: @@ -11,7 +11,7 @@ Feature: CAMARA Carrier Billing Refund API, v0.3.0 - Operation createRefund # References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml Background: Common createRefund setup - Given the resource "/carrier-billing-refund/v0.3/refunds" + Given the resource "/carrier-billing-refund/vwip/refunds" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/carrier-billing-refund-retrievePaymentRemainingAmount.feature b/code/Test_definitions/carrier-billing-refund-retrievePaymentRemainingAmount.feature index 0bcc665..89fd16f 100644 --- a/code/Test_definitions/carrier-billing-refund-retrievePaymentRemainingAmount.feature +++ b/code/Test_definitions/carrier-billing-refund-retrievePaymentRemainingAmount.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing Refund API, v0.3.0 - Operation retrievePaymentRemainingAmount +Feature: CAMARA Carrier Billing Refund API, vwip - Operation retrievePaymentRemainingAmount # Input to be provided by the implementation to the tester # # Implementation indications: @@ -11,7 +11,7 @@ Feature: CAMARA Carrier Billing Refund API, v0.3.0 - Operation retrievePaymentRe # References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml Background: Common retrievePaymentRemainingAmount setup - Given the resource "/carrier-billing-refund/v0.3/payments/{paymentId}/refunds/remaining-amount" + Given the resource "/carrier-billing-refund/vwip/payments/{paymentId}/refunds/remaining-amount" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/carrier-billing-refund-retrieveRefund.feature b/code/Test_definitions/carrier-billing-refund-retrieveRefund.feature index dc59803..3c5ba33 100644 --- a/code/Test_definitions/carrier-billing-refund-retrieveRefund.feature +++ b/code/Test_definitions/carrier-billing-refund-retrieveRefund.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing Refund API, v0.3.0 - Operation retrieveRefund +Feature: CAMARA Carrier Billing Refund API, vwip - Operation retrieveRefund # Input to be provided by the implementation to the tester # # Implementation indications: @@ -11,7 +11,7 @@ Feature: CAMARA Carrier Billing Refund API, v0.3.0 - Operation retrieveRefund # References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml Background: Common retrieveRefund setup - Given the resource "/carrier-billing-refund/v0.3/payments/{paymentId}/refunds/{refundId}" + Given the resource "/carrier-billing-refund/vwip/payments/{paymentId}/refunds/{refundId}" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/carrier-billing-refund-retrieveRefunds.feature b/code/Test_definitions/carrier-billing-refund-retrieveRefunds.feature index 2e4426d..40c9a4a 100644 --- a/code/Test_definitions/carrier-billing-refund-retrieveRefunds.feature +++ b/code/Test_definitions/carrier-billing-refund-retrieveRefunds.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing Refund API, v0.3.0 - Operation retrieveRefunds +Feature: CAMARA Carrier Billing Refund API, vwip - Operation retrieveRefunds # Input to be provided by the implementation to the tester # # Implementation indications: @@ -11,7 +11,7 @@ Feature: CAMARA Carrier Billing Refund API, v0.3.0 - Operation retrieveRefunds # References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml Background: Common retrievePayment setup - Given the resource "/carrier-billing-refund/v0.3/payments/{paymentId}/refunds" + Given the resource "/carrier-billing-refund/vwip/payments/{paymentId}/refunds" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/carrier-billing-retrievePayment.feature b/code/Test_definitions/carrier-billing-retrievePayment.feature index 3586d80..384344a 100644 --- a/code/Test_definitions/carrier-billing-retrievePayment.feature +++ b/code/Test_definitions/carrier-billing-retrievePayment.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing API, v0.5.0 - Operation retrievePayment +Feature: CAMARA Carrier Billing API, vwip - Operation retrievePayment # Input to be provided by the implementation to the tester # # Implementation indications: @@ -11,7 +11,7 @@ Feature: CAMARA Carrier Billing API, v0.5.0 - Operation retrievePayment # References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml Background: Common retrievePayment setup - Given the resource "/carrier-billing/v0.5/payments/{paymentId}" + Given the resource "/carrier-billing/vwip/payments/{paymentId}" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/carrier-billing-retrievePayments.feature b/code/Test_definitions/carrier-billing-retrievePayments.feature index a2394a1..6e070f9 100644 --- a/code/Test_definitions/carrier-billing-retrievePayments.feature +++ b/code/Test_definitions/carrier-billing-retrievePayments.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing API, v0.5.0 - Operation retrievePayments +Feature: CAMARA Carrier Billing API, vwip - Operation retrievePayments # Input to be provided by the implementation to the tester # # Implementation indications: @@ -11,7 +11,7 @@ Feature: CAMARA Carrier Billing API, v0.5.0 - Operation retrievePayments # References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml Background: Common retrievePayments setup - Given the resource "/carrier-billing/v0.5/payments" + Given the resource "/carrier-billing/vwip/payments" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator" diff --git a/code/Test_definitions/carrier-billing-validatePayment.feature b/code/Test_definitions/carrier-billing-validatePayment.feature index b432c1a..2b3d9c6 100644 --- a/code/Test_definitions/carrier-billing-validatePayment.feature +++ b/code/Test_definitions/carrier-billing-validatePayment.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Carrier Billing API, v0.5.0 - Operation validatePayment +Feature: CAMARA Carrier Billing API, vwip - Operation validatePayment # Input to be provided by the implementation to the tester # # Implementation indications: @@ -10,7 +10,7 @@ Feature: CAMARA Carrier Billing API, v0.5.0 - Operation validatePayment # References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml Background: Common validatePayment setup - Given the resource "/carrier-billing/v0.5/payments/{paymentId}/validate" + Given the resource "/carrier-billing/vwip/payments/{paymentId}/validate" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"