fix: collect billing address
This commit is contained in:
parent
ddb7af63a6
commit
307e4a6990
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ public function subscribeStripe($type)
|
|||
return;
|
||||
}
|
||||
$payload = [
|
||||
'billing_address_collection' => 'required',
|
||||
'client_reference_id' => auth()->user()->id . ':' . currentTeam()->id,
|
||||
'line_items' => [[
|
||||
'price' => $priceId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue