bullet_train-integrations-stripe 1.0.6 → 1.2.1

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: 82239be01c735995cd9d2f4d8fb1f12ad3e43bf6bc947b7230443b28603d142d
4
- data.tar.gz: ab63335002e5f94c93196c8587f27ba590aa1ae133cf7442592b6e04468ea033
3
+ metadata.gz: '08a8bd233f98ad8bd95ef8ba93198e8bb39e6dba2b4b4bf43824a79f713f405e'
4
+ data.tar.gz: b0059fdfad5da320d4c2b3b776cead314b60832b8a169f7788bb0694c776a926
5
5
  SHA512:
6
- metadata.gz: 87999afc02ceee7ab9c42af594aff2f29f68dc6b879aa4eb04892900f9872df2f258f5845a56d9e6b037c1e44b7f425cebfdd82b9c074b2ba4823194501468ab
7
- data.tar.gz: a259f5f5950abbe1a2a470f4e1a6d73d97075c306d14a4cc70e4eecde8cd19ffead4cb64add55f3c4adcad8bba0c6d4eeff35b286bbed1d5ae3691576c3c8dfa
6
+ metadata.gz: b47ff32f4024dff5254ff2a475901d834105684c2345c62c6ae212cb30ad949639f9cb96e8d9974c7e565999b5860e552f583b0e147a8c6de1f5d7077bae7687
7
+ data.tar.gz: f38d5a1184926dac704acd21e8eb8f8709e2ae649153b51737ac1557f33c16d1b759fdf2816ecaca3d103f00d1d023c0a56eedde963b5f5c27b3e89cdaf4c589
@@ -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.1"
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.1
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.