Skip to content

Commit

Permalink
release-v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDiez committed Mar 5, 2024
1 parent 8715d5f commit 63d691f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,42 @@

## Table of Contents

- [v0.2.1](#v0.2.1)
- [v0.2.0](#v0.2.0)

**Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.**

## v0.2.1

**Fix over the first release**

- API definition **with inline documentation**:
- [View it on ReDoc](https://raw.githubusercontent.com/camaraproject/CarrierBillingCheckOut/release-v0.2.1/code/API_definitions/carrier_billing.yaml&nocors)
- [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/CarrierBillingCheckOut/release-v0.2.1/code/API_definitions/carrier_billing.yaml)
- OpenAPI [YAML spec file](https://raw.githubusercontent.com/camaraproject/CarrierBillingCheckOut/release-v0.2.1/code/API_definitions/carrier_billing.yaml)

### Added

* N/A

### Changed

* N/A

### Fixed

* Fix `operationId` name of callbacks to be unique.

### Removed

* N/A

## New Contributors
* N/A


**Full Changelog**: https://github.com/camaraproject/CarrierBillingCheckOut/commits/v0.2.1

## v0.2.0

**Initial baseline contribution**
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 @@ -100,7 +100,7 @@ info:
# Further info and support
(FAQs will be added in a later version of the documentation)
version: 0.2.0
version: 0.2.1
title: Carrier Billing
termsOfService: http://swagger.io/terms/
contact:
Expand Down Expand Up @@ -157,7 +157,7 @@ paths:
tags:
- Payment Notifications
summary: Carrier Billing payment notifications
operationId: paymentNotification
operationId: createPaymentNotification
description: |
Important: This endpoint is exposed by the API client, accepting requests in the defined format.
The Carrier Billing server will call this endpoint whenever any carrier billing related event occurs.
Expand Down Expand Up @@ -339,7 +339,7 @@ paths:
tags:
- Payment Notifications
summary: Carrier Billing payment notifications
operationId: paymentNotification
operationId: preparePaymentNotification
description: |
Important: This endpoint is exposed by the API client, accepting requests in the defined format.
The Carrier Billing server will call this endpoint whenever any carrier billing related event occurs.
Expand Down

0 comments on commit 63d691f

Please sign in to comment.