Add allow_promotion_codes option to subscribeStripe method
This commit is contained in:
parent
933e395945
commit
a18b4ffd0f
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ public function subscribeStripe($type)
|
|||
return;
|
||||
}
|
||||
$payload = [
|
||||
'allow_promotion_codes' => true,
|
||||
'billing_address_collection' => 'required',
|
||||
'client_reference_id' => auth()->user()->id . ':' . currentTeam()->id,
|
||||
'line_items' => [[
|
||||
|
|
|
|||
Loading…
Reference in a new issue