feat: add Airwallex payments and multi-currency support
This commit is contained in:
@@ -212,6 +212,7 @@ const paymentTypeFilterOptions = computed(() => [
|
||||
{ value: 'alipay', label: t('payment.methods.alipay') },
|
||||
{ value: 'wxpay', label: t('payment.methods.wxpay') },
|
||||
{ value: 'stripe', label: t('payment.methods.stripe') },
|
||||
{ value: 'airwallex', label: t('payment.methods.airwallex') },
|
||||
])
|
||||
|
||||
const orderTypeFilterOptions = computed(() => [
|
||||
|
||||
Reference in New Issue
Block a user