Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $data = array(
- 'ContactId' => 123,
- 'ProductID' => 456,
- 'BillingCycle' => 2 // 2 for monthly
- );
- wp_fusion()->crm->connect();
- $order_id = wp_fusion()->crm->app->dsAdd( 'RecurringOrder', $data );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement