Skip to content

Commit

Permalink
update test payment pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
uchibeke committed Oct 27, 2024
1 parent eb2c42d commit aeeefe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "non-profit-donations",
"version": "0.1.3",
"version": "0.1.4",
"description": "Support non-profits globally. Get the details of verified non profits to support",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/non-profits-data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const nonProfits: readonly NonProfit[] = [
{
type: 'chimoney',
paymentID: {
test: 'https://ilp-sandbox.chimoney.com/africahacks',
test: 'https://ilp-sandbox.chimoney.com/61365396',
production: 'https://ilp.chimoney.com/worldinnovationleague',
},
donationHandler: 'chimoneyDonation',
Expand Down

0 comments on commit aeeefe2

Please sign in to comment.