catarse_pagarme 2.4.4 → 2.4.5
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 +4 -4
- data/Gemfile.lock +1 -1
- data/app/views/catarse_pagarme/pagarme/review.html.slim +3 -6
- data/lib/catarse_pagarme/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efbf10459fc77a9aff5aaa746a241356e0d46c64
|
4
|
+
data.tar.gz: 8ec001dfb78f594da95d60a06ae94fb4ed179870
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81a0e34b65c5b9f758dd58b6d7dc41f028a675afb04c9851dec8c73039298030144112ddd5ef47c660fd6999c3c13b5c3475a93e9d19c6d60e3fc37e0db75c75
|
7
|
+
data.tar.gz: 7faeb92e77c228b28e3b9a5ef7c9ee238c6c567003461eb8c06f50be91a72d502b7d5128f2ab853f98f4a4a02772c75077135e179c68480ad7686042b1d07355
|
data/Gemfile.lock
CHANGED
@@ -51,12 +51,9 @@
|
|
51
51
|
.w-row
|
52
52
|
.w-col.w-col-6.w-sub-col
|
53
53
|
= label_tag :payment_card_number, t('projects.contributions.edit.form_labels.payment_card_number'), class: 'fontweight-semibold field-label'
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
.w-col.w-col-3.w-col-small-3.w-col-tiny-3.text-field.postfix.no-hover
|
58
|
-
#payment_card_flag.fontsize-smallest.fontcolor-secondary.u-text-center
|
59
|
-
|
|
54
|
+
= phone_field_tag :payment_card_number, nil, class: 'w-input text-field', required: true
|
55
|
+
#payment_card_flag.fontsize-smallest.fontcolor-secondary.creditcard-brand
|
56
|
+
|
|
60
57
|
.fontsize-smaller.text-error.u-marginbottom-20.fa.fa-exclamation-triangle.w-hidden[data-error-for="payment_card_number"]
|
61
58
|
| Por favor verifique o número do cartão de crédito
|
62
59
|
.w-col.w-col-6
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: catarse_pagarme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antônio Roberto Silva
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-02-
|
12
|
+
date: 2015-02-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|