Theme Stripe Payment Page & Add PO Number Reference#147
Open
lopper wants to merge 124 commits into
Open
Conversation
chore: v15 beta
and docname (cherry picked from commit 177de8d)
fix: update stripe redirect URL to include reference doctype (backport frappe#55)
…ct-issue-v15 fix: payment success redirect error
fix: broken CI on v15 branch
…kens refactor: throw for cancelled integration requests
refactor: 'Clear' button on Razorpay settings
refactor: better handling of get parameters
fix: stripe checkout
bump all github actions and bring them to parity with erpnext (cherry picked from commit 70d8ac7)
(cherry picked from commit 6fc587b)
chore: fix broken CI (backport frappe#143)
chore: extend supported currencies list for Razorpay. (backport frappe#141)
# Conflicts: # payments/templates/pages/stripe_checkout.html
# Conflicts: # payments/templates/pages/stripe_checkout.html
(cherry picked from commit 1367878)
refactor: clean up code to py39+ supported syntax - f-strings instead of format - latest typing support instead of pre 3.9 TitleCase - remove UTF-8 declarations. - many more changes Powered by https://github.com/asottile/pyupgrade/ + manual cleanups
* did a bit of cleanup via pre-commit * added custom field creation/deletion via hooks * add scheduler event for razorpay
this is being done as erpnext's patch test needs a bit more thought it currently installs v14, restores the site to v10 then starts migrating
* ci: add commitlint config file * ci: add precommit config * style: lint code
* chore: bump braintree * ci: bump node
bump all github actions and bring them to parity with erpnext (cherry picked from commit 70d8ac7)
Develop to v15
Merge the current develop into version-15 and prepare the develop branch for further version.
# Conflicts: # payments/templates/pages/stripe_checkout.html # Conflicts: # payments/templates/pages/stripe_checkout.html
# Conflicts: # payments/templates/pages/stripe_checkout.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update applies custom theming to the Stripe payment page to align it visually with the rest of the site, providing a consistent user experience. Additionally, it includes a reference to the Purchase Order (PO) number on the payment page, improving order traceability and supporting internal tracking needs.