Skip to content

Commit

Permalink
remove the object part of the response
Browse files Browse the repository at this point in the history
  • Loading branch information
richpodraza committed Sep 15, 2023
1 parent f037850 commit 18cab71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions resources/accounts/models/lob_credits_balance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ properties:
type: number
description: Account's current balance of Lob Credits. Can be positive, negative, or zero.
example: 1000.00
object:
type: string
description: Object value is always "lob-credits-balance"
default: "lob-credits-balance"
example: "lob-credits-balance"
3 changes: 0 additions & 3 deletions resources/accounts/responses/lob_credits_balance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ content:
empty:
value:
balance: 0
object: "lob-credits-balance"
negative:
value:
balance: -1234.56
object: "lob-credits-balance"
positive:
value:
balance: 1000.00
object: "lob-credits-balance"

0 comments on commit 18cab71

Please sign in to comment.