Class: MangoPay::PaymentMethodMetadata
Class Method Summary
collapse
included
included, parse_id_or_filters
Methods inherited from Resource
class_name, url
Class Method Details
7
8
9
10
|
# File 'lib/mangopay/payment_method_metadata.rb', line 7
def get_metadata(metadata)
url = "#{MangoPay.api_path}/payment-methods/metadata"
MangoPay.request(:post, url, metadata)
end
|