module Stripe

def self.ca_bundle_path

Stripe certificates.
the library will use an included bundle that can successfully validate
The location of a file containing a bundle of CA certificates. By default
def self.ca_bundle_path
  @ca_bundle_path
end