mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-23 18:43:18 +08:00
chore: disable alipay and wechat for now as it requires review
This commit is contained in:
@ -36,12 +36,12 @@ export default async function handler(
|
|||||||
mode: "payment",
|
mode: "payment",
|
||||||
payment_method_types: [
|
payment_method_types: [
|
||||||
"affirm",
|
"affirm",
|
||||||
"alipay",
|
// "alipay",
|
||||||
"card",
|
"card",
|
||||||
"cashapp",
|
"cashapp",
|
||||||
"klarna",
|
"klarna",
|
||||||
"link",
|
"link",
|
||||||
"wechat_pay",
|
// "wechat_pay",
|
||||||
],
|
],
|
||||||
line_items: [
|
line_items: [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user