stripe_mock v0.1.0 StripeMockWeb.Plug.ConvertParams
Moves params from one key to the other before they hit the changeset
functions. For example, %{"customer_id" => customer_id}
should be changed
to %{"customer" => customer_id}
for setting the customer in a way Stripe
would expect.
Link to this section Summary
Link to this section Functions
Link to this function
call(conn, conversions)
Link to this function