如何通过chargebee中的用户ID来检索所有订阅

时间:2017-10-02 13:14:06

标签: wordpress woocommerce-rest-api

大家好我每个人都有一个用wordpress和Integrated Chargebee Wordpress插件开发的网站。现在我想列出所有订阅用户ID 我已经使用此代码通过userid检索所有详细信息

$current_user = wp_get_current_user();    
require 'ChargeBee.php';
$retrieve_result = ChargeBee_Subscription::retrieve($current_user->ID);

0 个答案:

没有答案