zen: make payment method off_session
This commit is contained in:
parent
cd2e6f06ee
commit
bace18ccd3
@ -272,7 +272,10 @@ export namespace Billing {
|
||||
},
|
||||
payment_method_options: {
|
||||
card: {
|
||||
setup_future_usage: "on_session",
|
||||
setup_future_usage: "off_session",
|
||||
},
|
||||
link: {
|
||||
setup_future_usage: "off_session",
|
||||
},
|
||||
},
|
||||
//payment_method_data: {
|
||||
|
||||
10
packages/tui/sst-env.d.ts
vendored
Normal file
10
packages/tui/sst-env.d.ts
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/* This file is auto-generated by SST. Do not edit. */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/* deno-fmt-ignore-file */
|
||||
/* biome-ignore-all lint: auto-generated */
|
||||
|
||||
/// <reference path="../../sst-env.d.ts" />
|
||||
|
||||
import "sst"
|
||||
export {}
|
||||
Loading…
Reference in New Issue
Block a user