#Acidon

1 messages · Page 1 of 1 (latest)

rustic streamBOT
long pewter
timber aspen
#

Thanks! Is it 'proration_behaviour' => 'none' at the root level of config array?

long pewter
#

Nope, have a look at the API reference link I posted above.

#

It's under features and then under subscription_update in there.

timber aspen
#

I see, thanks for your help!

#

One more thing: I am redirecting to Customer portal via Session like:

$session = Session::create([
'customer' => $customer_id,
'return_url' => $return_url
]);
header("HTTP/1.1 303 See Other");
header("Location: " . $session->url);

How do I pass configuration to Customer Portal in this case??