export function factory (options) {
  options = Object.assign({}, options, { recurly: this });
  return new PayPal(options);
}