Skip to content
#

paddle

Here are 87 public repositories matching this topic...

MarsOu1995
MarsOu1995 commented May 31, 2022

在尝试本地服务化部署的时候,日志抛出数组越界异常
image
代码:

midped_batch = []
for idx in range(len(feed_batch)):
    predict_res, error_code, error_info = func_timeout.func_timeout(
        self._timeout,
        self.process,
        args=([feed_batch[idx]], typical_logid))
    #midped_batch[idx].append
good first issue
ezekg
ezekg commented Sep 17, 2018

Their docs state this, which means Paddle recently introduced a breaking change to their API:

When calling https://vendors.paddle.com/api/2.0/subscription/users/update you will need to set the recurring_price per unit, quantity and currency.

Need to add those additional params to [this object](https://github.com/keygen-sh/example-paddle-integration/blob/de415a3ac06326c78d843cc3856f95

bug good first issue paddle

Improve this page

Add a description, image, and links to the paddle topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the paddle topic, visit your repo's landing page and select "manage topics."

Learn more