Skip to content

Commit

Permalink
modified notification request from querystring to body
Browse files Browse the repository at this point in the history
  • Loading branch information
symonfly82 committed Nov 11, 2024
1 parent 612839b commit d74fa06
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions reference/Selfnet-APP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -616,14 +616,16 @@ paths:
- tipoprodotto
- brand
description: Handle response from Nexi cash page. All queryparams coming from Nexi page callback must be put in internal call
parameters:
- schema:
type: string
in: query
name: '*'
description: All Nexi query string params are passed to this internal notification api
parameters: []
tags:
- ecommerce
requestBody:
content:
application/json:
schema:
type: object
properties: {}
description: All Nexi query string params are passed to this internal notification api
parameters: []
/fuelcoupons:
get:
Expand Down

0 comments on commit d74fa06

Please sign in to comment.