Feature: add a new payment gateway that enables crypto and stock donations (The Giving Block integration)#8203
Closed
glaubersilva wants to merge 4 commits intodevelopfrom
Closed
Conversation
…e Giving Block settings (#8202)
Contributor
Author
|
Closing due to strategy change |
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.
Resolves GIVE-3066
Description
This PR migrates our previous The Giving Block integration (built a few months ago but never released), made as an independent plugin to the GiveWP core, so now users can accept crypto and stock donations without the need to install additional plugins.
List of PRs merged to the epic branch:
Affects
Visuals
Testing Instructions
define('GIVE_CONNECT_MODE', 'sandbox');GiveWP > Settings > Payment Gateways > Crypto and Stock Donationspage and connect an Organization (to make things easy in this step, just connect the GiveWP Sandbox organization using the following ID: 1189132016)[give_tgb_form type="iframe"](you can change the type to "popup" as well), and make sure the Donation Form is displayed.IMPORTANT: is not possible make the onboarding with random data, it is necessary to use real organizations to make the onboarding form work, and we can find them in the http://candid.org/ website.
For more context, you can watch this demo video from the previous integration made as an independent plugin: https://www.loom.com/share/e4cfb95b7da4498197d9f5e45626765e
Pre-review Checklist
@unreleasedtags included in DocBlocks