3.5

2020-11-16 Feature3 Tweak4 Fix4

Features

  • If Stripe auto renewal comes in late, recalculate Stripe subscription next bill date
  • Stripe allow subscription periods and durations to be updated
  • Stripe Mark payments as refunded with webhook listener

Tweaks

  • Update Stripe SDK version to version 7.52.0
  • Update Stripe Api version to latest version
  • Remove "rcp-" from Stripe.js script handle
  • Improve error message handling when attaching payment method to a customer

Fixes

  • Error when updating Stripe card for cancelled Stripe subscriptions
  • Ensure that Stripe profile js is not triggered until the DOM has loaded
  • Stripe registration fails when incorrectly trying to retrieve stripe intent object from payment_intent
  • Replacing stripe.handleCardPayment and stripe.handleCardSetup because those functions have been deprecated.