Skip to content

Commit

Permalink
Get the paypal payment method option out of pre-release
Browse files Browse the repository at this point in the history
v1.0 is being released right now after it had sufficient time to
gather and fix trivial bugs.
  • Loading branch information
elia committed Jan 23, 2023
1 parent 36340a8 commit 1c3b56c
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 1c3b56c

Please sign in to comment.