Skip to content

Commit

Permalink
first_set_of_changes_for_linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDiez committed Nov 12, 2024
1 parent 8cb4884 commit b682ea0
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ Feature: CAMARA Carrier Billing API, v0.3 - Operation cancelPayment

##############################
##END
##############################
##############################
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ Feature: CAMARA Carrier Billing API, v0.3 - Operation confirmPayment

##############################
##END
##############################
##############################
6 changes: 3 additions & 3 deletions code/Test_definitions/carrier-billing-createPayment.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Feature: CAMARA Carrier Billing API, v0.3 - Operation createPayment
#
# Implementation indications:
# * Telco Operator carrier billing behaviour mode: sync or async
#
#
# Testing assets:
# * 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

Background: Common createPayment setup
Given the resource "/carrier-billing/v0.3/payments" |
Given the resource "/carrier-billing/v0.3/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" is set to a UUID value
Expand Down Expand Up @@ -395,4 +395,4 @@ Feature: CAMARA Carrier Billing API, v0.3 - Operation createPayment

##############################
##END
##############################
##############################
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,4 @@ Feature: CAMARA Carrier Billing API, v0.3 - Operation preparePayment

##############################
##END
##############################
##############################
Original file line number Diff line number Diff line change
Expand Up @@ -457,4 +457,4 @@ Feature: CAMARA Carrier Billing Refund API, v0.1 - Operation createRefund

##############################
##END
##############################
##############################
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ Feature: CAMARA Carrier Billing Refund API, v0.1 - Operation retrievePaymentRema

##############################
##END
##############################
##############################
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ Feature: CAMARA Carrier Billing Refund API, v0.1 - Operation retrieveRefund

##############################
##END
##############################
##############################
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ Feature: CAMARA Carrier Billing Refund API, v0.1 - Operation retrieveRefunds
##############################
##END
##############################
##############################
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ Feature: CAMARA Carrier Billing API, v0.3 - Operation retrievePayment

##############################
##END
##############################
##############################
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,4 @@ Feature: CAMARA Carrier Billing API, v0.3 - Operation retrievePayments
##############################
##END
##############################
##############################
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ Feature: CAMARA Carrier Billing API, v0.3 - Operation validatePayment

##############################
##END
##############################
##############################

0 comments on commit b682ea0

Please sign in to comment.