Skip to content

Commit

Permalink
Merge pull request #37 from Chimoney/dev
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
uchibeke authored Oct 24, 2024
2 parents 7c28524 + 117c580 commit 958abc8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 40 deletions.
2 changes: 1 addition & 1 deletion open-giving/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@opentelemetry/api": "^1.6.0",
"chimoney-payment-widget": "^0.0.30",
"next": "^12.2.5",
"non-profit-donations": "^0.1.0",
"non-profit-donations": "^0.1.2",
"qrcode.react": "^4.0.1",
"react": "^18",
"react-dom": "^18",
Expand Down
8 changes: 4 additions & 4 deletions open-giving/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2778,10 +2778,10 @@ next@^12.2.5:
"@next/swc-win32-ia32-msvc" "12.3.4"
"@next/swc-win32-x64-msvc" "12.3.4"

non-profit-donations@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/non-profit-donations/-/non-profit-donations-0.1.0.tgz#578f4104ad9b3cb59bbce1a47153bffb75e5c06c"
integrity sha512-VqJ80QIOEv/vwbPPaTW/oQusYrE8CfcRhlK6CcGGP24JLb669sTDCYGTSIJ6d/UKYdjYtLJDTp/incNoeQLKqg==
non-profit-donations@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/non-profit-donations/-/non-profit-donations-0.1.2.tgz#4a9e802f026cb209a91e8bfc16aaa8c78699c434"
integrity sha512-z27qjNOUrCDYxMRD9khgjiFijwV6uuaIQRQgViv5UDC2Chy3QLaN/jroM8cQ3kup8n9Y0A24vR2gQ818Aqqzjg==
dependencies:
"@bitauth/libauth" "^1.17.1"
commitizen "^4.2.4"
Expand Down
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.0.9",
"version": "0.1.2",
"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
58 changes: 24 additions & 34 deletions src/non-profits-data/index.ts
Original file line number Diff line number Diff line change
@@ -1,40 +1,6 @@
import { NonProfit } from '../types/non-profit';

const nonProfits: readonly NonProfit[] = [
{
npCode: 'Renbi Women',
name: 'Renbi Women',
email: '[email protected]',
country: 'Nigeria',
website: 'https://renbiwomen.org/',
logo: 'https://renbiwomen.org/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo-1500.24cb05a5.png&w=3840&q=75',
foundedYear: '2022',
description:
'Renbi Women Empowerment Initiative focuses on the economic empowerment of women in vulnerable communities in Nigeria.',
isVerified: true,
verifications: [
{
date: new Date('Oct 4, 2024'),
verifier: '@HammedBabatunde',
},
],
paymentMethods: [
/*
{
type: 'chimoney',
paymentID: {
test: '',
production: '',
},
donationHandler: 'chimoneyDonation',
},
*/
{
type: 'donation-link',
paymentID: 'https://renbiwomen.org/donate',
},
],
},
{
npCode: 'SheCodeAfrica',
name: 'She Code Africa',
Expand Down Expand Up @@ -300,6 +266,30 @@ const nonProfits: readonly NonProfit[] = [
},
],
},
{
npCode: 'Renbi Women',
name: 'Renbi Women',
email: '[email protected]',
country: 'Nigeria',
website: 'https://renbiwomen.org/',
logo: 'https://renbiwomen.org/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo-1500.24cb05a5.png&w=3840&q=75',
foundedYear: '2022',
description:
'Renbi Women Empowerment Initiative focuses on the economic empowerment of women in vulnerable communities in Nigeria.',
isVerified: true,
verifications: [
{
date: new Date('Oct 4, 2024'),
verifier: '@HammedBabatunde',
},
],
paymentMethods: [
{
type: 'donation-link',
paymentID: 'https://renbiwomen.org/donate',
},
],
},
{
npCode: 'techsoupafrica',
name: 'TechSoup Africa',
Expand Down

0 comments on commit 958abc8

Please sign in to comment.