mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
updated the spacing to be consistent.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
# a bit cleaner than accessing keys in different ways.
|
||||
module Stripe
|
||||
class << self
|
||||
# Returns the value of Stripe.publishable_key and Stripe.endpoint_secret.
|
||||
# Attribute values can also be set by doing Stripe.publishable_key = <your_new_value>
|
||||
# Returns the value of Stripe.publishable_key and Stripe.endpoint_secret.
|
||||
# Attribute values can also be set by doing Stripe.publishable_key = <your_new_value>
|
||||
attr_accessor :publishable_key, :endpoint_secret
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user