File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
test/algora_web/controllers/webhooks Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ defmodule AlgoraWeb.Webhooks.StripeControllerTest do
6868 type: "charge.succeeded" ,
6969 data: % {
7070 object: % Stripe.Charge {
71+ captured: true ,
7172 metadata: Map . put ( metadata , "group_id" , group_id )
7273 }
7374 }
@@ -129,6 +130,7 @@ defmodule AlgoraWeb.Webhooks.StripeControllerTest do
129130 type: "charge.succeeded" ,
130131 data: % {
131132 object: % Stripe.Charge {
133+ captured: true ,
132134 metadata: Map . put ( metadata , "group_id" , group_id )
133135 }
134136 }
@@ -170,6 +172,7 @@ defmodule AlgoraWeb.Webhooks.StripeControllerTest do
170172 type: "charge.succeeded" ,
171173 data: % {
172174 object: % Stripe.Charge {
175+ captured: true ,
173176 metadata: Map . put ( metadata , "group_id" , group_id )
174177 }
175178 }
You can’t perform that action at this time.
0 commit comments