Skip to content

Releases: solidusio/solidus_paypal_commerce_platform

v0.5.0

25 Nov 15:05
v0.5.0
1f862dd
Compare
Choose a tag to compare

What's Changed

Merged pull requests:

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 Jun 02:18
b6eead6
Compare
Choose a tag to compare

v0.4.0 (2022-06-02)

Full Changelog

Closed issues:

  • Gem has RuboCop warnings #144
  • Silent Failure In JS #130
  • Not Applying Sales Tax #126

Merged pull requests:

v0.3.2

24 Apr 11:57
Compare
Choose a tag to compare

What's Changed

Closed issues:

  • Unable To Cancel An Order #120

Merged pull requests:

Full Changelog: v0.3.1...v0.3.2

v0.3.1

24 Apr 11:57
124a7cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Mar 19:22
Compare
Choose a tag to compare

v0.3.0 (2021-03-16)

Full Changelog

Closed issues:

  • Prepare Solidus Paypal Commerce Platform for Solidus 3.0 #115

Merged pull requests:

v0.2.2

20 Nov 16:30
Compare
Choose a tag to compare

v0.2.2 (2020-11-20)

Full Changelog
Implemented enhancements:

  • Make the PayPal messaging component a bit more modular #112
  • Implement and QA Paypal credit solutions #99

Closed issues:

  • Simulated Address Info in Live Order #104

Merged pull requests:

v0.2.1

09 Nov 13:53
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • There was a problem connecting with paypal. #107
  • Bad Request (400) when opening PayPal Payment Popup (eg clicking Pay with PayPal during checkout) #103

Merged pull requests:

v0.2.0

13 Oct 16:10
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Add PayPal messaging component #102 (seand7565)
  • Add partner ID attribute to SDK javascript tag #101 (seand7565)
  • Set current_order_id and token during payment step #100 (MFRWDesign)
  • Remove incorrect/unclear info from README #98 (seand7565)
  • Update the extension with the latest solidus_dev_support defaults #95 (elia)
  • Add skip migration option to installer #94 (seand7565)
  • Update README to reflect referral fee #93 (seand7565)

v0.2.0.alpha.1

24 Apr 12:00
v0.2.0.alpha.1
d36a372
Compare
Choose a tag to compare
v0.2.0.alpha.1 Pre-release
Pre-release

What's Changed

  • Update README to reflect referral fee by @seand7565 in #93
  • Add skip migration option to installer by @seand7565 in #94
  • Update the extension with the latest solidus_dev_support defaults by @elia in #95
  • Remove incorrect/unclear info from README by @seand7565 in #98

Closed issues:

  • README lists two different types of PayPal credentials #97
  • paypal_email_confirmed is not an actual preference #96
  • Make this extension the default option for Solidus #88

Full Changelog: v0.1.0...v0.2.0.alpha.1

v0.1.0

03 Sep 15:17
v0.1.0
f17fd19
Compare
Choose a tag to compare

Added

  • Better matching of subregions/states with a new state-guesser (#90).
    Configure it to a custom class with SolidusPaypalCommercePlatform.config.state_guesser_class = "MyApp::MyStateGuesser".
  • Better error handling for JavaScript (#89).
    Customize the handler by setting window.SolidusPaypalCommercePlatform.handleError = (error)=> ….

Other