add payment link func.
This commit is contained in:
@@ -4,6 +4,7 @@ export default async (req, res) => {
|
||||
const schema = Validator.object().keys({
|
||||
name: Validator.string(),
|
||||
swap_link_template: Validator.string(),
|
||||
payment_link_template: Validator.string(),
|
||||
default_currency_code: Validator.string(),
|
||||
currencies: Validator.array().items(Validator.string()),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user