Skip to content

Commit

Permalink
feat(payment-options): rename prop - diff_account to discrepancy_account
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsob committed Oct 30, 2019
1 parent d2bf01b commit b89a11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/payment_options.ts
Expand Up @@ -43,7 +43,7 @@ export interface PaymentOption {
cost_center?: string
currency: string
accounts: string[]
diff_account: string
discrepancy_account: string
order_index: number
summable: boolean
}
Expand Down

0 comments on commit b89a11f

Please sign in to comment.