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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a71ddbae9c10f5325121ccf2a2173355fcb1aa7b04eb4b51fb780d8a8f94ed9
|
4
|
+
data.tar.gz: b41750a01c7d0bb7427d5444c7642bd6b21c2512f3dc3bf3c92993534cfce6d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 <
|
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 <
|
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 <
|
4
|
+
class PaymentMethod < Spree::PaymentMethod::CreditCard
|
5
5
|
include NexioPaymentCommons
|
6
6
|
|
7
7
|
ProcessResult = Struct.new(:state, :data)
|
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.
|
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-
|
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.
|
161
|
+
rubygems_version: 3.2.33
|
162
162
|
signing_key:
|
163
163
|
specification_version: 4
|
164
164
|
summary: Solidus integration with Nexio
|