Skip to content

Commit

Permalink
removed old function
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Sep 4, 2023
1 parent bd01341 commit 63ab8f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/mangopay/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ def fetch_wallet_transactions(funds_type, currency_iso_code, filters = {})
MangoPay.request(:get, url() + "/wallets/#{funds_type}/#{currency_iso_code}/transactions", {}, filters)
end

def validate(client_id, card_id)
url = "#{MangoPay.api_path}/cards/#{card_id}/validate"
MangoPay.request(:post, url)
end

def create_bank_account(params)
MangoPay.request(:post, url() + "/bankaccounts/iban", params)
end
Expand Down

0 comments on commit 63ab8f1

Please sign in to comment.