簡體   English   中英

Parse.com的條帶化雲代碼模塊的局限性?

[英]Limitations of Stripe Cloud Code Module for Parse.com?

我正在使用Parse.com的BaaS進行數據存儲,也正在使用其Cloud Code平台進行付款處理。 幾個月前,我編寫了一個有效的付款處理腳本。 但是,現在我注意到類方法名稱和回調結構之間的差異。

當引用Parse.com的JS API文檔時,他們將我引至此頁面:

https://parse.com/docs/js/api/classes/Stripe.html

但是它不存在。 而且當前Parse的Cloud Code平台的API文檔在其第三方模塊上都沒有文檔。

The built-in Stripe Cloud Module provides a subset of the functionality available
to Stripe customers. If the feature you are interested in is not supported by this
Cloud Module, you may want to consider writing your own Stripe JavaScript wrapper
as a custom Cloud Module. We suggest looking at Stripe's API Libraries index
for inspiration.

是否有人對Parse.com的Stripe Cloud Code Module的限制有任何澄清?

我不記得確切的版本,但這是Stripe API的2011年末版本。 我對Parse缺乏支持感到惱火,並實際上構建了Stripe的Node.js API庫的修改版本來支持Parse(比我計划的要復雜一些)。 它當前基於Stripe-Node API的4.2.0版本,並且實際上應該與迄今為止的任何Stripe API版本兼容。 (解析實際上是對API版本進行了硬編碼)。

https://github.com/matthewarkin/stripe-parse

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM