swiss-activemerchant 1.0.8 → 1.0.9
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 303dfd0fa92bd813d23a4af3e48c3d0d038e1d7c909ec8c9b4a830fa6aa497c5
|
4
|
+
data.tar.gz: 02b69592868a6f07ee592a8386aaa309521d69e95d5ba12965a59a388619548d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62d7a1edfc8b6f4fcbe74e28cacceb3efe4f71008c16dd0fc1cd29b0b3a054f0e031aeef044840650490ac7637d3e97b6d71b161f0450f1f1f2ad3c3ba569fe9
|
7
|
+
data.tar.gz: e4a69300e654cd6392478060b4b5dadc5c1eda4ea835fc3cc8b798210bc64a9dc0d8ec3c826493b31b631432b597a0521382fcc7bb7bbe93395a226d041f1172
|
@@ -199,7 +199,7 @@ module ActiveMerchant #:nodoc:
|
|
199
199
|
doc.first_name(credit_card.first_name)
|
200
200
|
doc.last_name(credit_card.last_name)
|
201
201
|
doc.month(credit_card.month)
|
202
|
-
doc.year(credit_card.year)
|
202
|
+
doc.year(format(credit_card.year, :four_digits_year))
|
203
203
|
doc.email(options[:email])
|
204
204
|
doc.address1(options[:billing_address].try(:[], :address1))
|
205
205
|
doc.address2(options[:billing_address].try(:[], :address2))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: swiss-activemerchant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Luetke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|