如何取消 react-coinbase-commerce 组件中的费用?

How can I void a charge in the react-coinbase-commerce component?

每当我通过 CoinbaseCommerceButton 组件成功完成特定结账时,当我去购买新商品时,完成屏幕就会出现。如何在充电成功或模式关闭时自动让屏幕重新开始?

最新版本允许您传入一个名为 disableCaching 的道具,让您可以在每次打开结帐时创建新的费用。但请注意:

Warning: If disableCaching is set to true, users that accidentally close their payment windows will be unable to see their transaction's status upon reopening.

自述文件中记录:https://github.com/coinbase/react-coinbase-commerce