Skip to content

Commit b516eb4

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent 85ec5b5 commit b516eb4

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

bruno/checkout/Payment-intents/ByProjectKeyPaymentIntentsByPaymentIdPost.bru renamed to bruno/checkout/Project/Payment Intents/ByProjectKeyPaymentIntentsByPaymentIdPost.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
meta {
2-
name: post ByProjectKeyPaymentIntentsByPaymentId
2+
name: Manage Payment by ID
33
type: http
44
seq: 4
55
}

bruno/checkout/Transactions/ByProjectKeyTransactionsByIdGet.bru renamed to bruno/checkout/Project/Transactions/ByProjectKeyTransactionsByIdGet.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
meta {
2-
name: get ByProjectKeyTransactionsById
2+
name: Get Transaction by ID
33
type: http
44
seq: 5
55
}

bruno/checkout/Transactions/ByProjectKeyTransactionsKeyByKeyGet.bru renamed to bruno/checkout/Project/Transactions/ByProjectKeyTransactionsKeyByKeyGet.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
meta {
2-
name: get ByProjectKeyTransactionsKeyByKey
2+
name: Get Transaction by key
33
type: http
44
seq: 6
55
}

bruno/checkout/Transactions/ByProjectKeyTransactionsPost.bru renamed to bruno/checkout/Project/Transactions/ByProjectKeyTransactionsPost.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
meta {
2-
name: post ByProjectKeyTransactions
2+
name: Create Transaction
33
type: http
44
seq: 3
55
}

oas/api/openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44670,8 +44670,10 @@ components:
4467044670
and it won't be merged when [adding](ctp:api:type:CartAddLineItemAction) the same
4467144671
Line Item to the Cart.nIf the gift is [removed](ctp:api:type:CartRemoveLineItemAction),
4467244672
an entry is added to the `refusedGifts` array and the discount won't be applied
44673-
to the Cart.nThe price cannot be changed [externally](ctp:api:type:CartSetLineItemTotalPriceAction).n
44674-
nAll other updates, such as the ones related to Custom Fields, can be used.n"
44673+
to the Cart.nnThe `totalPrice` is always `0` and cannot be changed externally
44674+
via the [setLineItemTotalPrice](ctp:api:type:CartSetLineItemTotalPriceAction)
44675+
action.nnAll other updates, such as the ones related to Custom Fields, can be
44676+
used.n"
4467544677
LineItemPriceMode:
4467644678
type: "string"
4467744679
enum:

0 commit comments

Comments
 (0)