Skip to content

Commit

Permalink
Merge pull request #52 from bcgov/5619-filings-payment-method
Browse files Browse the repository at this point in the history
optional values for filing header
kialj876 authored Jan 11, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 0bc0daa + e64235b commit ad73f34
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/registry_schemas/schemas/filing.json
Original file line number Diff line number Diff line change
@@ -172,6 +172,21 @@
"maxLength": 30,
"examples": ["180670"],
"pattern": "^(.*)$"
},
"paymentMethod": {
"type": "string",
"title": "payment method.",
"enum": [
"ONLINE_BANKING",
"CC",
"DIRECT_PAY",
"DRAWDOWN",
"INTERNAL"
]
},
"isPaymentActionRequired": {
"type": "boolean",
"title": "flag for payment redirect."
}
}
}

0 comments on commit ad73f34

Please sign in to comment.