BraintreeDrop -In UI-我如何使用Dynamic Pricing for GooglePay和ApplePay Elements

问题描述 投票:0回答:1

googlePay: { googlePayVersion: 2, merchantId: 'merchant-id-from-google', transactionInfo: { currencyCode: 'USD', totalPriceStatus: 'ESTIMATED', totalPrice: '19.99' }, allowedPaymentMethods: [{ type: 'CARD', parameters: { billingAddressRequired: true, billingAddressParameters: { format: 'FULL' } } }] }, applePay: { displayName: 'My Store', paymentRequest: { total: { label: 'My Store', amount: '19.99' }, requiredBillingContactFields: ["postalAddress"] } }

我需要做的是动态更新这些价格,因为选择了表格上的各种订阅选项?

查看
更新配置方法
我相信它会让您这样做:)

EG
braintree applepay
1个回答
0
投票
最新问题
© www.soinside.com 2019 - 2024. All rights reserved.