Skip to content

Commit

Permalink
Merge pull request #4865 from solidusio/elia/paypal-1-0
Browse files Browse the repository at this point in the history
Get the paypal payment method option out of pre-release
  • Loading branch information
waiting-for-dev authored Jan 24, 2023
2 parents 07d570f + 1c3b56c commit b67bed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
end

unless Bundler.locked_gems.dependencies['solidus_paypal_commerce_platform']
version = @selected_frontend == 'classic' ? '< 1' : '>= 1.a'
version = @selected_frontend == 'classic' ? '< 1' : '~> 1.0'
bundle_command "add solidus_paypal_commerce_platform --version='#{version}'"
end

Expand Down

0 comments on commit b67bed9

Please sign in to comment.