Adds Adyen payment provider

This commit is contained in:
olivermrbl
2020-08-06 12:12:31 +02:00
parent 4c9b876407
commit 20c8dc23a1
30 changed files with 1047 additions and 16 deletions

View File

@@ -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(),
})
}