spree-paypal_platform 5.1.2 → 5.1.3

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: 8a5221aa76bed440ec3e3c43943dd19d5230363f0af8a2b019de30451b6b5a17
4
- data.tar.gz: 211d91d6bdbfaa92915b5c83902e41da2945a07701fc4165be9fc33951ce85d4
3
+ metadata.gz: 3b451e198e6215856080bd410bfdcec699ad02835c638a02d7a33ee933f21f27
4
+ data.tar.gz: 183989e5effcb3cc16461b8f7e0401a284d630d546e6304aa8d65730f3bce7be
5
5
  SHA512:
6
- metadata.gz: 7a3000e8e2ba28578737283bdff1c0c12aee5bb13504d3491cea317e690da1accd91dfa49ff965683dbdaec7397ab6b56a5b898d3495c0d14e505f5a2cb83a52
7
- data.tar.gz: 94bb3f74f6bcbde9703a52e9d483d01991c1c0a07b9b4af1ee9879ce06dd374ebd9ef7d90a9c6b6a942da4b97b497be348c7fdd27c87cf4da4b5aaec1eee4c0b
6
+ metadata.gz: 6a6c113d998c9538d07ebd9a6b483a37f1c26fa3502257dfa2855c94990ab307d8889a32f132cea4e29a0064812b9cbff221ae665ae0c06c9f101454cb5605b0
7
+ data.tar.gz: 2dd052e117e6aff4facf62c72f63a0f00bedb7f0b7a466db880d49b48efba99bc058d9c3f1022a4cdbd71f552d73117edb0dd4ef7bfe9e1a14a53361d1ff6759
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.1.3
4
+
5
+ Remove the unused `apple_pay_domain` preference. Domain registration is
6
+ in the PayPal dashboard, not this field.
7
+
3
8
  ## 5.1.2
4
9
 
5
10
  - Completing a session GETs the PayPal order first and skips capture when
data/README.md CHANGED
@@ -49,7 +49,6 @@ Then add a **PayPal** payment method in admin and set:
49
49
  | `webhook_secret` | PayPal webhook ID (used as the verify-webhook `webhook_id`) |
50
50
  | `test_mode` | Sandbox vs live |
51
51
  | `enable_apple_pay` | Advertise Apple Pay to headless storefronts (default on) |
52
- | `apple_pay_domain` | Domain registered with PayPal for Apple Pay |
53
52
 
54
53
  Webhook URL is the standard Spree v3 payments webhook:
55
54
 
@@ -23,7 +23,6 @@ module Spree
23
23
  preference :webhook_secret, :string
24
24
  preference :test_mode, :boolean, default: true
25
25
  preference :enable_apple_pay, :boolean, default: true
26
- preference :apple_pay_domain, :string
27
26
 
28
27
  validates :preferred_client_id, :preferred_client_secret, presence: true
29
28
 
@@ -11,6 +11,6 @@
11
11
  <strong>Apple Pay</strong> is a funding source of this same PayPal method, not a second payment method.
12
12
  Register every storefront domain that will show the Apple Pay button in the
13
13
  <%= external_link_to 'PayPal Apple Pay domain registration', 'https://developer.paypal.com/docs/checkout/apm/apple-pay/', class: 'alert-link' %>
14
- dashboard, then set <em>Apple pay domain</em> below. The button only renders in Safari over HTTPS.
14
+ dashboard. The button only renders in Safari over HTTPS.
15
15
  </p>
16
16
  </div>
@@ -3,6 +3,6 @@
3
3
  module Spree
4
4
  module PaypalPlatform
5
5
  # Major version tracks Spree's major version: 5.x supports Spree 5.x.
6
- VERSION = '5.1.2'
6
+ VERSION = '5.1.3'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree-paypal_platform
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.2
4
+ version: 5.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aypex