Skip to content

Two keys for stripe needed in secret.js #190

Closed
@ankitjaininfo

Description

@ankitjaininfo

Stripe integration requires two keys: secret key and publishable key. Both the keys should be used from config; right now one is in config, other is in .jade file.

This prevents stripe keys to be passed via env variables.

  stripe: {
    apiKey: process.env.STRIPE_KEY || 'sk_test_BQokikJOvBiI2HlWgH4olfQ2'
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions