48 49 50 51
# File 'lib/paid/customer.rb', line 48 def self.create(params={}, headers={}) method = APIMethod.new(:post, "/customers", params, headers, self) self.new(method.execute, method) end