Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions code/API_definitions/carrier-billing-refund.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions code/API_definitions/carrier-billing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/carrier-billing-cancelPayment.feature
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/carrier-billing-createPayment.feature
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down