module PayPal::Merchant

Public Class Methods

new() click to toggle source
# File lib/paypal/merchant.rb, line 4
def new
  PayPal.configure_sdk
  PayPal::SDK::Merchant.new
end