workarea-paypal 3.0.2 → 3.0.3

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
  SHA256:
3
- metadata.gz: 4d0ce77786a2ad96d5214c78579c0cdbc5b43244cf601f804ce7816d79ff7b26
4
- data.tar.gz: 541c17558e7d370bba35069c36e94c5b2b117ec8272f4166d13de28f32832881
3
+ metadata.gz: d56a6bbb39e0357ffa880a99749bf18d52baa6b2dade6b95c32faf821d9abacb
4
+ data.tar.gz: df0d898d029a70f52ecc93d0a176aa032c382fb9684b85e9d1fe1fc7b30ec8a8
5
5
  SHA512:
6
- metadata.gz: bacf6162780b95520e23ac0de9e09fb2e85415c689af9b8d4695b8f96159de868d155371a52436804238fea7ac874971ca5a1e43020dca37d8ede749eda3c8dc
7
- data.tar.gz: 3d63100bfb1a3a49608a65cb2804148cf4868c39e9d13106a73268e52874adc1d04e66ded3813a62da4bd754d1c0d5bb3e882a63c60a046fe6b7e0bd02db956b
6
+ metadata.gz: 59924950c8cf492d04107d95a8835cb1c008246904df6f651d2b4a88280b5f40f12458943b620757557b0aeb266643b433a374c940b3d3f31bd340fe7fb44657
7
+ data.tar.gz: e4c66e7939c429a706063b346738520485a02e239cfe50aad505d49c88148a54926d180e459e8f97cb4eb63777fda85b3b385df7018fafd62e505298496028ed
@@ -1,3 +1,13 @@
1
+ Workarea Paypal 3.0.3 (2020-05-26)
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Update Paypal BN
5
+
6
+
7
+ Ben Crouse
8
+
9
+
10
+
1
11
  Workarea Paypal 3.0.2 (2020-05-14)
2
12
  --------------------------------------------------------------------------------
3
13
 
@@ -28,7 +28,7 @@ module Workarea
28
28
  javascript_include_tag(
29
29
  "https://www.paypal.com/sdk/js?#{params.to_query}",
30
30
  data: {
31
- partner_attribution_id: 'Workarea_SP_PCP', # Do not change this
31
+ partner_attribution_id: 'Workarea_SP', # Do not change this
32
32
  client_token: @paypal_client_token
33
33
  }.merge(data)
34
34
  )
@@ -17,7 +17,7 @@ module Workarea
17
17
 
18
18
  def send_request(request)
19
19
  # Do not change this
20
- request.headers["PayPal-Partner-Attribution-Id"] = 'Workarea_SP_PCP'
20
+ request.headers["PayPal-Partner-Attribution-Id"] = 'Workarea_SP'
21
21
 
22
22
  client.execute(request)
23
23
  end
@@ -1,5 +1,5 @@
1
1
  module Workarea
2
2
  module Paypal
3
- VERSION = '3.0.2'.freeze
3
+ VERSION = '3.0.3'.freeze
4
4
  end
5
5
  end
@@ -16,7 +16,7 @@ module Workarea
16
16
  assert_includes(result, 'debug=true')
17
17
  assert_includes(result, "client-id=#{Workarea::Paypal.gateway.client_id}")
18
18
  assert_includes(result, 'components=buttons')
19
- assert_includes(result, 'data-partner-attribution-id="Workarea_SP_PCP"')
19
+ assert_includes(result, 'data-partner-attribution-id="Workarea_SP"')
20
20
  refute_includes(result, 'hosted-fields')
21
21
  refute_includes(result, 'data-client-token')
22
22
 
@@ -69,7 +69,7 @@ http_interactions:
69
69
  Content-Type:
70
70
  - application/json
71
71
  Paypal-Partner-Attribution-Id:
72
- - Workarea_SP_PCP
72
+ - Workarea_SP
73
73
  Authorization:
74
74
  - Bearer A21AAH8JBaCq97a9fIWYVjR13RiayfAPxcb-o5l9hZ57HACn0JwaefBkRcSfh9rEwmZR6JozBLLU2MsRYTuFsZ91mOZR9jFMQ
75
75
  Accept-Encoding:
@@ -64,7 +64,7 @@ http_interactions:
64
64
  Content-Type:
65
65
  - application/json
66
66
  Paypal-Partner-Attribution-Id:
67
- - Workarea_SP_PCP
67
+ - Workarea_SP
68
68
  Authorization:
69
69
  - Bearer A21AAEQe49FiVXiExO3v7exrXi-z5BAM4wSeASef6xs6RrkPBHK5Kj9oW3RVniFGVumUb7r0t3JsrQ9YgIb1t2dc5Wir9JX2Q
70
70
  Accept-Encoding:
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.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - bcrouse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-14 00:00:00.000000000 Z
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: workarea