Skip to content

Commit

Permalink
feat: Add recurring_transaction_rules to WalletsController#index
Browse files Browse the repository at this point in the history
  • Loading branch information
rsempe committed Apr 17, 2024
1 parent 1ba770b commit 7fcbc73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/lago/api/resources/wallet_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
'granted_credits' => factory_wallet.granted_credits,
'rate_amount' => factory_wallet.rate_amount,
'created_at' => '2022-04-29T08:59:51Z',
'recurring_transaction_rules' => factory_wallet.recurring_transaction_rules,
}
],
'meta': {
Expand Down

0 comments on commit 7fcbc73

Please sign in to comment.