Skip to content

Commit

Permalink
test_plan_editorial_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDiez committed Jan 15, 2025
1 parent 1257eac commit 9a5bb9e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: CAMARA Carrier Billing API, v0.4 - Operation cancelPayment
# Testing assets:
# * A phone number eligible for payment (no restrictions for it to be used to perform a payment)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.3.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.4.0

Background: Common cancelPayment setup
Given the resource "/carrier-billing/v0.4/payments/{paymentId}/cancel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Carrier Billing API, v0.4 - Operation confirmPayment
# * A phone number eligible for payment (no restrictions for it to be used to perform a payment)
# * A phone number not-eligible for payment (payment is denied for it due to business conditions)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.3.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.4.0

Background: Common confirmPayment setup
Given the resource "/carrier-billing/v0.4/payments/{paymentId}/confirm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Carrier Billing API, v0.4 - Operation createPayment
# * A phone number eligible for payment (no restrictions for it to be used to perform a payment)
# * A phone number not-eligible for payment (payment is denied for it due to business conditions)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.3.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.4.0

Background: Common createPayment setup
Given the resource "/carrier-billing/v0.4/payments"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Carrier Billing API, v0.4 - Operation preparePayment
# * A phone number eligible for payment (no restrictions for it to be used to perform a payment)
# * A phone number not-eligible for payment (payment is denied for it due to business conditions)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.3.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.4.0

Background: Common preparePayment setup
Given the resource "/carrier-billing/v0.4/payments/prepare"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Carrier Billing Refund API, v0.2 - Operation createRefund
# * A phone number eligible for payment & refund (no restrictions for it to be used to perform a payment or refund)
# * A phone number not-eligible for refund (refund is denied for it due to business conditions)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml, version 0.1.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml, version 0.2.0

Background: Common createRefund setup
Given the resource "/carrier-billing-refund/v0.2/refunds"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Carrier Billing Refund API, v0.2 - Operation retrievePaymentRema
# * A phone number eligible for payment & refund
# * Several payments refunds performed in different situations (total and partial)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml, version 0.1.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml, version 0.2.0

Background: Common retrievePayment setup
Given the resource "/carrier-billing-refund/v0.2/payments/{paymentId}/refunds/remaining-amount"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Carrier Billing Refund API, v0.2 - Operation retrieveRefund
# * A phone number eligible for payment & refund
# * Several payments and refunds performed in the environment (at least 10 for each of them)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml, version 0.1.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml, version 0.2.0

Background: Common retrieveRefund setup
Given the resource "/carrier-billing-refund/v0.2/payments/{paymentId}/refunds/{refundId}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Carrier Billing Refund API, v0.2 - Operation retrieveRefunds
# * A phone number eligible for payment & refund
# * Several payments and refunds performed in the environment (at least 10 for each of them)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml, version 0.1.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing-refund.yaml, version 0.2.0

Background: Common retrievePayment setup
Given the resource "/carrier-billing-refund/v0.2/payments/{paymentId}/refunds"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Carrier Billing API, v0.4 - Operation retrievePayment
# * A phone number eligible for payment (no restrictions for it to be used to perform a payment)
# * Several payments performed in different status in the environment (at least 10)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.3.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.4.0

Background: Common retrievePayment setup
Given the resource "/carrier-billing/v0.4/payments/{paymentId}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Carrier Billing API, v0.4 - Operation retrievePayments
# * A phone number eligible for payment (no restrictions for it to be used to perform a payment)
# * Several payments performed in different status in the environment (at least 10)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.3.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.4.0

Background: Common retrievePayment setup
Given the resource "/carrier-billing/v0.4/payments"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: CAMARA Carrier Billing API, v0.4 - Operation validatePayment
# Testing assets:
# * N/A (so far)
#
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.3.0
# References to OAS spec schemas refer to schemas specifies in carrier-billing.yaml, version 0.4.0

Background: Common validatePayment setup
Given the resource "/carrier-billing/v0.4/payments/{paymentId}/validate"
Expand Down

0 comments on commit 9a5bb9e

Please sign in to comment.