workarea-paypal 3.0.5 → 3.0.6

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: 92bdac05441fd966fa90acc4cb18badd013d583b0cc69b98a36a79144e5e5fac
4
- data.tar.gz: 519be45e1b7a3e27167df514ae49fe1ac32eaf5250156c9ed88b6c15e7c1bf7d
3
+ metadata.gz: 27dfab5d8540a4e61595f227cf290eb29fb2d34d9bc181cba014f7781a3140ac
4
+ data.tar.gz: bfe8c845f4500f04ae08b7fafd9d3d5a974a93100ffefccc6143e9573d697e5b
5
5
  SHA512:
6
- metadata.gz: a6d388830f585b699138e407415190f6d8d21489d22666010d2a1a3e3c2499320c0b26b9b3c1cfb7082e0e23ea53cd11d49eba8662852e34deaefb1b7624d731
7
- data.tar.gz: ff569d2f2291693dfbb839c84b678ccb662b8f69286c3194233550ccc7731e2b13f854d42184e635ec1a2303e5c31352f307a2a518ed5b78f706666afa099840
6
+ metadata.gz: de7027b9c4c4db16885d0aad7d6c0725e4c5164fd9bda65bd1a82994cff6c90ec42158d1b19d353eaf882913392b79fb1882866d2f9633c97247cbdc214bf4b2
7
+ data.tar.gz: ca75b25562d13a7f04087df81749b74e141e1c129dcc40d903725c63ed4244521873b127849a0e3c2f28f081e59c58f9150143df33b56c5b682ccddc11e1fde6
@@ -1,3 +1,19 @@
1
+ Workarea Paypal 3.0.6 (2020-08-18)
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Fix Typo in PayPal Environment
5
+
6
+ The `Workarea.config.paypal_environment` setting is constantized in
7
+ order to load the correct class for that environment. A missing case
8
+ caused the constantization to error out in the gateway and cause 500
9
+ errors on production.
10
+
11
+ PAYPAL-9
12
+
13
+ Tom Scott
14
+
15
+
16
+
1
17
  Workarea Paypal 3.0.5 (2020-08-14)
2
18
  --------------------------------------------------------------------------------
3
19
 
@@ -10,7 +10,7 @@ Workarea.configure do |config|
10
10
  #
11
11
  config.paypal_environment =
12
12
  if Rails.env.production?
13
- 'Paypal::LiveEnvironment'
13
+ 'PayPal::LiveEnvironment'
14
14
  else
15
15
  'PayPal::SandboxEnvironment'
16
16
  end
@@ -1,5 +1,5 @@
1
1
  module Workarea
2
2
  module Paypal
3
- VERSION = '3.0.5'.freeze
3
+ VERSION = '3.0.6'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workarea-paypal
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - bcrouse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-14 00:00:00.000000000 Z
11
+ date: 2020-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: workarea