catarse_paypal_express 3.0.1 → 3.0.2
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: e3287b4e3cb80fcfe2e0a2787395e3e698e25e8e
|
4
|
+
data.tar.gz: 286da14beedfa932346e45d386f9ff804eb873b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48f668d3efba1d39ddaf35edf2b41d5f8d14365d89accfa13feae3fa4b2bb8d62a6636fa57e8d93f222872f483a3ae01fb10432e5136580b75aa380c7b01f0cd
|
7
|
+
data.tar.gz: e5b58ed91388a877d06e13cabe1363a267724dcd7e828eb9f7949ce74174b1762bdf99dd2d51ddd80eb28f0a06ceba8a7db496af5ba85318c1039d1112ec5978
|
@@ -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
|
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: 3.0.
|
4
|
+
version: 3.0.2
|
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
|