Skip to content

Commit b56954e

Browse files
committed
Added paypal gateway
1 parent 02cbea0 commit b56954e

File tree

6 files changed

+220
-123
lines changed

6 files changed

+220
-123
lines changed

package-lock.json

Lines changed: 41 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"private": true,
55
"type": "module",
66
"dependencies": {
7-
"@churchapps/apphelper": "^0.4.41",
8-
"@churchapps/apphelper-donations": "^0.4.41",
9-
"@churchapps/apphelper-forms": "^0.4.41",
10-
"@churchapps/apphelper-login": "^0.4.42",
11-
"@churchapps/apphelper-markdown": "^0.4.41",
12-
"@churchapps/helpers": "^1.1.4",
7+
"@churchapps/apphelper": "^0.4.46",
8+
"@churchapps/apphelper-donations": "^0.4.46",
9+
"@churchapps/apphelper-forms": "^0.4.46",
10+
"@churchapps/apphelper-login": "^0.4.46",
11+
"@churchapps/apphelper-markdown": "^0.4.46",
12+
"@churchapps/helpers": "^1.1.5",
1313
"@mui/icons-material": "^7.1.2",
1414
"@mui/material": "^7.1.2",
1515
"@stripe/react-stripe-js": "^3.8.0",

public/locales/en.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,9 @@
875875
"creditCardFlatRate": "Flat Rate [ Credit Card ]",
876876
"creditCardTransactionFee": "Transaction Fee [ Credit Card ]",
877877
"achFlatRate": "Flat Rate [ ACH ]",
878-
"achHardLimit": "Hard limit [ ACH ]"
878+
"achHardLimit": "Hard limit [ ACH ]",
879+
"paypalFlatRate": "Flat Rate [ PayPal ]",
880+
"paypalTransactionFee": "Transaction Fee [ PayPal ]"
879881
},
880882
"givingSettingsEdit": {
881883
"forceMsg": "Automatically forces users to cover the transaction fees",
@@ -885,6 +887,9 @@
885887
"pubKey": "Public Key",
886888
"secKey": "Secret Key",
887889
"stripe": "Stripe",
890+
"paypal": "PayPal",
891+
"clientId": "Client ID",
892+
"clientSecret": "Client Secret",
888893
"transFee": "Transaction Fee"
889894
},
890895
"supportContactSettingsEdit": {

0 commit comments

Comments
 (0)