Skip to content

Commit ed1d50c

Browse files
committed
fix: add missing params for Stripe.LoginLink.create/1
1 parent c5bfd93 commit ed1d50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/psp/psp.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ defmodule Algora.PSP do
172172
@moduledoc false
173173

174174
@type t :: Stripe.LoginLink.t()
175-
def create(params), do: Algora.PSP.client(__MODULE__).create(params)
175+
def create(id, params \\ %{}), do: Algora.PSP.client(__MODULE__).create(id, params)
176176
end
177177

178178
@type balance_transaction :: Algora.PSP.BalanceTransaction.t()

0 commit comments

Comments
 (0)