Skip to content

Commit 029610e

Browse files
committed
Use Flickwerk-style patches
This will only turn green when solidus_support with flickwerk support is released.
1 parent a74d688 commit 029610e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/decorators/models/solidus_paypal_commerce_platform/spree/address_decorator.rb renamed to app/patches/models/solidus_paypal_commerce_platform/spree/address_patch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module SolidusPaypalCommercePlatform
44
module Spree
5-
module AddressDecorator
5+
module AddressPatch
66
# PayPal doesn't use the phone number, so in cases where the user checks out via
77
# PayPal, this field will be unpopulated. If you want to require phone numbers,
88
# you'll need to turn off cart & product page displays on the payment method edit

app/decorators/models/solidus_paypal_commerce_platform/spree/variant/pricing_options_decorator.rb renamed to app/patches/models/solidus_paypal_commerce_platform/spree/variant/pricing_options_patch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module SolidusPaypalCommercePlatform
44
module Spree
55
module Variant
6-
module PricingOptionsDecorator
6+
module PricingOptionsPatch
77
def cache_key
88
SolidusPaypalCommercePlatform::PaymentMethod.
99
active.

0 commit comments

Comments
 (0)