catarse_paypal_express 2.2.3 → 2.2.4
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ad924e707fc42de3c9a21eebd78d75c2bf66788
|
4
|
+
data.tar.gz: 438d0917d8427e54ce48ab283a757861c890c928
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 895042cdebe0d0d4259b5015cf2e8c87bb82cbbf119a17e5ad9fb65918f6ec8efe7d96b6ac784775d66c209c559fa57aa8ef48ad100930a2cc03bd270cf0605e
|
7
|
+
data.tar.gz: b8b89167249a2222d40eb0924cfe5c2557b0646c66ee60341f40d6dbcd76c30ba4ec7d1579e60a31ad386d6787554f457b487c485fe78f69432b2a12ce692949
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# CatarsePaypalExpress [![
|
1
|
+
# CatarsePaypalExpress [![Code Climate](https://codeclimate.com/github/catarse/catarse_paypal_express.png)](https://codeclimate.com/github/catarse/catarse_paypal_express)
|
2
2
|
|
3
3
|
Catarse paypal express integration with [Catarse](http://github.com/danielweinmann/catarse) crowdfunding platform
|
4
4
|
|
@@ -2,6 +2,7 @@ class CatarsePaypalExpress::PaypalExpressController < ApplicationController
|
|
2
2
|
include ActiveMerchant::Billing::Integrations
|
3
3
|
|
4
4
|
skip_before_filter :force_http
|
5
|
+
|
5
6
|
SCOPE = "projects.contributions.checkout"
|
6
7
|
layout :false
|
7
8
|
|
@@ -31,7 +32,7 @@ class CatarsePaypalExpress::PaypalExpressController < ApplicationController
|
|
31
32
|
cancel_return_url: cancel_paypal_express_url(id: contribution.id),
|
32
33
|
currency_code: 'BRL',
|
33
34
|
description: t('paypal_description', scope: SCOPE, :project_name => contribution.project.name, :value => contribution.display_value),
|
34
|
-
notify_url: ipn_paypal_express_index_url
|
35
|
+
notify_url: ipn_paypal_express_index_url(subdomain: 'www')
|
35
36
|
})
|
36
37
|
|
37
38
|
process_paypal_message response.params
|
@@ -12,7 +12,6 @@ module Dummy
|
|
12
12
|
# Application configuration should go into files in config/initializers
|
13
13
|
# -- all .rb files in that directory are automatically loaded.
|
14
14
|
|
15
|
-
|
16
15
|
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
|
17
16
|
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
|
18
17
|
# config.time_zone = 'Central Time (US & Canada)'
|
@@ -9,7 +9,6 @@
|
|
9
9
|
# Choose the win32 build.
|
10
10
|
# Install PostgreSQL and put its /bin directory on your path.
|
11
11
|
development:
|
12
|
-
host: localhost
|
13
12
|
adapter: postgresql
|
14
13
|
encoding: utf-8
|
15
14
|
database: catarse_development
|
@@ -36,7 +35,6 @@ development:
|
|
36
35
|
# re-generated from your development database when you run "rake".
|
37
36
|
# Do not set this db to the same as development or production.
|
38
37
|
test: &test
|
39
|
-
host: localhost
|
40
38
|
adapter: postgresql
|
41
39
|
encoding: utf-8
|
42
40
|
database: catarse_test
|
@@ -45,7 +43,6 @@ test: &test
|
|
45
43
|
|
46
44
|
|
47
45
|
production:
|
48
|
-
host: localhost
|
49
46
|
adapter: postgresql
|
50
47
|
encoding: utf-8
|
51
48
|
database: catarse_production
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: catarse_paypal_express
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antônio Roberto Silva
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-
|
13
|
+
date: 2014-11-12 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
190
190
|
version: '0'
|
191
191
|
requirements: []
|
192
192
|
rubyforge_project:
|
193
|
-
rubygems_version: 2.2.
|
193
|
+
rubygems_version: 2.2.2
|
194
194
|
signing_key:
|
195
195
|
specification_version: 4
|
196
196
|
summary: PaypalExpress integration with Catarse
|