fossasia / eventyay-tickets

Apache License 2.0
1.51k stars 41 forks source link

feature-150: Update Stripe to more recent version #159

Closed lcduong closed 3 months ago

lcduong commented 3 months ago

Fixes #150 Update Stripe to more recent version

Short description of what this resolves:

Update Stripe to more recent version

Changes proposed in this pull request:

  • Update Stripe to more recent version (stripe.api_version = '2023-10-16')

Checklist

  • [x] I have read the Contribution & Best practices Guide.
  • [x] My branch is up-to-date with the Upstream development branch.
  • [ ] The acceptance, integration, unit tests and linter pass locally with my changes
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] I have added necessary documentation (if appropriate)
lcduong commented 3 months ago

Testing

1. Enable stripe payment plugin for event 'Stripe update'

image

2. Stripe payment setup

image

3. checkout with stripe pay method

image

4. success paid with Stripe

image

image

lcduong commented 3 months ago

Refund Testing using Stripe

image

image

image