Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module SolidusPaypalCommercePlatform
module Spree
module AddressDecorator
module AddressPatch
# PayPal doesn't use the phone number, so in cases where the user checks out via
# PayPal, this field will be unpopulated. If you want to require phone numbers,
# you'll need to turn off cart & product page displays on the payment method edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module SolidusPaypalCommercePlatform
module Spree
module Variant
module PricingOptionsDecorator
module PricingOptionsPatch
def cache_key
SolidusPaypalCommercePlatform::PaymentMethod.
active.
Expand Down