Advertisement
verygoodplugins

Untitled

Mar 18th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. $data = array(
  2.     'ContactId'     => 123,
  3.     'ProductID'     => 456,
  4.     'BillingCycle'  => 2 // 2 for monthly
  5. );
  6.  
  7. wp_fusion()->crm->connect();
  8.  
  9. $order_id = wp_fusion()->crm->app->dsAdd( 'RecurringOrder', $data );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement