Skip to content

Commit

Permalink
Merge pull request #773 from sumesh-aot/auth_changes
Browse files Browse the repository at this point in the history
Adding processingFees to the schema, needs to be removed later
  • Loading branch information
sumesh-aot authored Sep 15, 2021
2 parents 3f8cb9f + 8f8392d commit 01f1390
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/api_contract/pay-api-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,8 @@ components:
description: <p>Object to hold tax details. </p>
Fee:
type: object
title: Fee
description: <p> Object to return fee information. </p>
properties:
filingTypeCode:
type: string
Expand All @@ -1464,8 +1466,8 @@ components:
total:
type: number
description: Total
title: Fee
description: <p> Object to return fee information. </p>
processingFees:
type: number
PaymentRequest:
type: object
title: Payment Request
Expand Down

0 comments on commit 01f1390

Please sign in to comment.