Jim*_*mes 6 api stripe-payments stripe-checkout
我仅向美国大陆销售/运送,并希望禁用(如果无法将其设为只读,则设为只读或完全删除)国家/地区下拉列表:
我正在使用这种 javascript 格式:
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-name="Secure Payment Via Stripe"
data-description="100% Arabica Roasted Coffee Beans - 1 lb"
data-allow-remember-me="false"
data-locale="en"
data-billingAddress="true"
data-shippingAddress="true">
</script>
Run Code Online (Sandbox Code Playgroud)
感谢您的帮助!