bullet_train 1.0.87 → 1.0.88

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 057fc6b9e5efc35757b2dd2a11ab8545eb48bc69cb6461e804e8a17403c2dc24
4
- data.tar.gz: 76ea3079d970a34d6912f4b5fc917df45a55b24cfdf360dd8431c3d4a1aa5bf7
3
+ metadata.gz: 831d0820601a8726888cbb5aa4128eebd362257d3074658a08a2c2fc54aa89a8
4
+ data.tar.gz: 2df8f5f9d6178f2a370b0a69df8283a0fcc4b614e77f134871fca9040526bb88
5
5
  SHA512:
6
- metadata.gz: f9b353dbd4f613457ea20a7e852c40672536b6553dccee38a647a0cd47478247be2e7f10d5f37285d28f59e18d30531d37c09a8c384b3322eddd1b7df115a042
7
- data.tar.gz: 489c643ada8f90ce55866418b3e57ae0a69dbfd0056520b85c0cdef1fe691cbabe22af9c580b56b01b14f3e6f4f79724c08b984c9ba9d8dd964d6c7a46e4d411
6
+ metadata.gz: efe1c4e1496bbc2da5824dd3581da74c95f8acf91ee40568d7fd0f6e95e241c6e89af7e8927bf2d3f87b277816325f60f475672f05533b09cf271810e0a53ea0
7
+ data.tar.gz: fbaeb17b64178f8e5fe2fedde405e71322153405db85183c00cac7b7fe3c81b468593458c5c7a6fc6eb505e963822bd40fcd3a24b0189e55ccd3a597729f61cd
@@ -53,7 +53,7 @@ Bullet Train defines subscription plans and pricing options in `config/models/bi
53
53
  ### 4.1. Create API Keys with Stripe
54
54
 
55
55
  - Create a Stripe account if you don't already have one.
56
- - Visit https://dashboard.stripe.com/test/apikeys.
56
+ - Visit [https://dashboard.stripe.com/test/apikeys](https://dashboard.stripe.com/test/apikeys).
57
57
  - Create a new secret key.
58
58
 
59
59
  **Note:** By default we're linking to the "test mode" page for API keys so you can get up and running in development. When you're ready to deploy to production, you'll have to repeat this step and toggle the "test mode" option off to provision real API keys for live payments.
@@ -91,7 +91,7 @@ Ensure you've completed the steps from [HTTP Tunneling with ngrok](/docs/tunneli
91
91
 
92
92
  ### 5.2. Enable Stripe Webhooks
93
93
 
94
- - Visit https://dashboard.stripe.com/test/webhooks/create.
94
+ - Visit [https://dashboard.stripe.com/test/webhooks/create](https://dashboard.stripe.com/test/webhooks/create).
95
95
  - Use the default "add an endpoint" form.
96
96
  - Set "endpoint URL" to `https://YOUR-SUBDOMAIN.ngrok.io/webhooks/incoming/stripe_webhooks`.
97
97
  - Under "select events to listen to" choose "select all events" and click "add events".
@@ -118,7 +118,7 @@ You should be in "test mode" on Stripe, so when prompted for a credit card numbe
118
118
 
119
119
  ## 7. Configure Stripe Billing's Customer Portal
120
120
 
121
- - Visit https://dashboard.stripe.com/test/settings/billing/portal.
121
+ - Visit [https://dashboard.stripe.com/test/settings/billing/portal](https://dashboard.stripe.com/test/settings/billing/portal).
122
122
  - Complete all required fields.
123
123
  - Be sure to add all of your actively available plans under "products".
124
124
 
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.0.87"
2
+ VERSION = "1.0.88"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.87
4
+ version: 1.0.88
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver