bullet_train-integrations-stripe 1.0.6 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82239be01c735995cd9d2f4d8fb1f12ad3e43bf6bc947b7230443b28603d142d
4
- data.tar.gz: ab63335002e5f94c93196c8587f27ba590aa1ae133cf7442592b6e04468ea033
3
+ metadata.gz: 869948c25930d092da4848424919f3382a1efa6d6bfdb36e4ec8c453550cc2ff
4
+ data.tar.gz: 76597c09e9cf13ca35e3fc473ebd242b604fba672019143c34fd2f71f73d4092
5
5
  SHA512:
6
- metadata.gz: 87999afc02ceee7ab9c42af594aff2f29f68dc6b879aa4eb04892900f9872df2f258f5845a56d9e6b037c1e44b7f425cebfdd82b9c074b2ba4823194501468ab
7
- data.tar.gz: a259f5f5950abbe1a2a470f4e1a6d73d97075c306d14a4cc70e4eecde8cd19ffead4cb64add55f3c4adcad8bba0c6d4eeff35b286bbed1d5ae3691576c3c8dfa
6
+ metadata.gz: f1839f4c46e3475bb25e356a600e2719f1074fb8b136246308646a4811a73cd58244229e860f2a3e22b6e1303facbc54e694886a949807154b90b492151d0f28
7
+ data.tar.gz: f8dfe6dabcd8c29d689f385fd1da7149b37b02248ddca7dbf280b901b879b4bc6c04db2d72c6c25699757ffd8211338d7e04c283558df04d30a304fb60d5d7b8
@@ -1,5 +1,5 @@
1
1
  <div>
2
- <%= button_to user_stripe_connect_omniauth_authorize_path, class: 'button-alternative block w-full', form_class: 'block w-full', id: 'sign_in_with_stripe' do %>
2
+ <%= button_to user_stripe_connect_omniauth_authorize_path, class: 'button-alternative block w-full', form_class: 'block w-full', id: 'sign_in_with_stripe', method: :post, data: {turbo: false} do %>
3
3
  <div class="full">
4
4
  <i class="text-lg leading-5 mr-3 <%= t('oauth/stripe_accounts.navigation.icon') %>"></i>
5
5
  <span class="group-hover:underline"><%= verb %> with Stripe</span>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Integrations
3
3
  module Stripe
4
- VERSION = "1.0.6"
4
+ VERSION = "1.2.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-integrations-stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-15 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
166
  requirements: []
167
- rubygems_version: 3.2.22
167
+ rubygems_version: 3.3.7
168
168
  signing_key:
169
169
  specification_version: 4
170
170
  summary: Example Stripe platform integration for Bullet Train applications.