solidus_nexio 1.0.0 → 1.0.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: 98630a0f7ed2bb92152256f89009ba7e0b8ad1acd4f55a7f8d96427613ce96e5
4
- data.tar.gz: 39ab880ca2a173bf07edeeba6210e07a1bf48e645050a44d2d15405059bdc25e
3
+ metadata.gz: 1a71ddbae9c10f5325121ccf2a2173355fcb1aa7b04eb4b51fb780d8a8f94ed9
4
+ data.tar.gz: b41750a01c7d0bb7427d5444c7642bd6b21c2512f3dc3bf3c92993534cfce6d2
5
5
  SHA512:
6
- metadata.gz: 2bf7e1b3ada52ccd2a919fe582c370aa7c297e4ba607849292c34e77a79d1c1298b1cc2cfca04569012d08e4e3d8f814010c4d7f346d95865f2c44de5584ec27
7
- data.tar.gz: a042039792615938cf38afd62c5eb7eea6d72f4cb88fce7ddd69af5c7089243474c0a555e6c3cc22745271d0366b70eb78e1b39a5c4fe70f58888535090b4c47
6
+ metadata.gz: 446d3039abd55b4980ba51cfb5ca6c4420b9e64a4b7127cbdee2e8ab2ed3332fb20120571b5e7a10ea5ff52c0103d1183287aabcb8ac649b5628b845a2791188
7
+ data.tar.gz: ca63351296d3aa74c42c213a81ef40461e55e3ab4dbee8503327fe6dc4214a134a1c7876916cd8990de2d2b6ea37a5132e3f04fcb52ddcce1cc146bb85578ff0
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusNexio
4
- class AlternativePaymentMethod < SolidusSupport.payment_method_parent_class
4
+ class AlternativePaymentMethod < Spree::PaymentMethod
5
5
  include NexioPaymentCommons
6
6
 
7
7
  preference(:server, :string, default: 'test')
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusNexio
4
- class ApmSource < SolidusSupport.payment_source_parent_class
4
+ class ApmSource < Spree::PaymentSource
5
5
  self.table_name = 'solidus_nexio_apm_sources'
6
6
 
7
7
  belongs_to :user, class_name: Spree::UserClassHandle.new, foreign_key: 'user_id', optional: true
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusNexio
4
- class PaymentMethod < SolidusSupport.payment_method_parent_class(credit_card: true)
4
+ class PaymentMethod < Spree::PaymentMethod::CreditCard
5
5
  include NexioPaymentCommons
6
6
 
7
7
  ProcessResult = Struct.new(:state, :data)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusNexio
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_nexio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Whitespectre
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-02 00:00:00.000000000 Z
11
+ date: 2023-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nexio_activemerchant
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.1.6
161
+ rubygems_version: 3.2.33
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Solidus integration with Nexio