lib/mangopay/client.rb in mangopay-3.15.0 vs lib/mangopay/client.rb in mangopay-3.16.0

- old
+ new

@@ -70,14 +70,9 @@ # See https://docs.mangopay.com/api-references/client-wallets/ 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 def create_payout(params)