Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-paypal from 1.0.0 to 2.0 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps django-paypal from 1.0.0 to 2.0.

Changelog

Sourced from django-paypal's changelog.

Version 2.0 (unreleased)

  • Better fix for Django 4.0 form rendering, enabling custom subclasses to work.
  • Dropped support for old Python versions (< 3.6) and old Django versions (< 2.2)

Version 1.1.2 (2021-12-13)

  • Fixed Django 4.0 support

Version 1.1.1 (2021-04-08)

  • Corrected PayPal URL used in IPN/PDT forms. This is a correction of the fix in 1.1 for POSTBACK_ENDPOINT, which wrongly changed both the IPN postback URL and the PayPal login URL. The fix introduces a pair of new settings (LOGIN_URL and SANDBOX_LOGIN_URL). The fix also changes the (undocumented) get_endpoint method on the PayPalPaymentsForm to get_login_url(), in case you are overriding that method.

Version 1.1 (2021-03-14)

  • Fix PayPalSharedSecretEncryptedPaymentsForm in Python 3 - thanks Emilio Moretti
  • Dropped Python 3.4 support
  • Fixed some bugs with CreditCard.get_type() due to bad regexes
  • Fixed a bunch of warnings emitted under modern Django
  • Changed default values of POSTBACK_ENDPOINT and SANDBOX_POSTBACK_ENDPOINT to ones now recommended by PayPal.

Version 1.0 (2019-03-22)

  • Dropped support for versions of Django before 1.11

  • Encrypted button corrections

  • .encode() the encrypted result to avoid b'' decoration under Python 3

  • Fix the encrypted button examples in the documentation to use the encrypted form

  • Fixed issue #206 - DB migration required by Django 2.1

  • Support for almost all deprecated features removed, including:

    • Signals deprecated in v0.2 (see notes below)
    • Not passing nvp_handler to PayPalPro (see notes under 0.2)
    • Using "amt" parameter with SetExpressCheckout and DoExpressCheckoutPayment (see notes under 0.1.4 below)
    • Settings deprecated in v0.4

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-paypal](https://github.com/spookylukey/django-paypal) from 1.0.0 to 2.0.
- [Release notes](https://github.com/spookylukey/django-paypal/releases)
- [Changelog](https://github.com/spookylukey/django-paypal/blob/master/docs/release_notes.rst)
- [Commits](https://github.com/spookylukey/django-paypal/commits)

---
updated-dependencies:
- dependency-name: django-paypal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants