It looks as though from the example that is based on the Qty purchased. So I'm assuming I will have to adjust my configuration in Fastspring.
How do I obtain the number of activation's from Fastspring based on the purchase.Example: Customer buys Network Version- 5 users (5 activations). The customer enters quantity of 1 purchased for $1,400 (the cost for 5 users). Since the qty. is 1, what is fastspring sending to allocate 5 activations for the license that will be issued and supplied to Fastspring after the purchase.
Thanks in advance.
It looks as though from the example that is based on the Qty purchased. So I'm assuming I will have to adjust my configuration in Fastspring.
Correct. If you're using our script, then to way to modify it is to modify the $post_data variable. Specifically the 'num_acts' element. So instead of this:
'num_acts' => $quantity,
You might try this:
'num_acts' => $quantity * 5,