Adds Adyen payment provider
This commit is contained in:
@@ -12,7 +12,7 @@ Joi.address = () => {
|
||||
country_code: Joi.string().required(),
|
||||
province: Joi.string().allow(""),
|
||||
postal_code: Joi.string().required(),
|
||||
phone: Joi.string(),
|
||||
phone: Joi.string().optional(),
|
||||
metadata: Joi.object(),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user