Drylian
f57ee4674d
Final organization of resources
...
I changed a little the way the Webhook responds to the MercadoPago, better filtering requests and expected values, I also added to getRedirectUrl a check necessary for the MercadoPago Webhook to work.
2024-05-25 18:42:49 -03:00
Drylian
2b8c40b852
Update MercadoPagoExtension.php
...
Sorry, incorrect variable name laravelRequest,
2024-05-23 00:28:42 -03:00
Drylian
924abc0b79
Add use MercadoPagoSettings and update $notificationId
...
now I noticed that the use of MercadoPagoSettings was missing, The notificationId was changed to the correct values to be expected
2024-05-23 00:26:18 -03:00
S0ly
1e1aad1aba
Merge branch 'development' into mercadopago-implementation
2024-05-16 18:04:24 +02:00
Dennis
159ba02c84
[Feature] Update and Refactor the Github and Doc ( #947 )
2024-05-07 10:54:54 +02:00
S0ly
812b817968
ADD: donation to the project main readme
2024-05-07 10:32:24 +02:00
S0ly
6f55e306c1
ADD: warning to default pull request text
2024-05-07 10:22:32 +02:00
S0ly
f563dcdd74
FIX: links in contributing.md
2024-05-07 10:19:27 +02:00
S0ly
8c98acb20a
FIX: links in main readme
2024-05-07 10:18:22 +02:00
S0ly
5ea4ceda6b
UPDATE: made a better main readme
2024-05-07 10:00:00 +02:00
S0ly
14e200f88e
UPDATE: made a better pull request template
2024-05-07 09:59:50 +02:00
S0ly
cad6361e49
UPDATE: made a better contributing policy
2024-05-07 09:59:39 +02:00
S0ly
f12ab58c8e
UPDATE: made a better code of conduct
2024-05-07 09:59:27 +02:00
S0ly
44a6946c44
UPDATE: made a better security policy
2024-05-07 09:59:15 +02:00
S0ly
9b45d76b44
ADD: Basic Security Policy
2024-05-06 12:30:52 +02:00
S0ly
0f138cab1d
ADD: basic Pull request tempalte
2024-05-06 12:13:35 +02:00
S0ly
b2ee49f534
UPDATE: de-mixed the code of conduct from the contribute file
2024-05-06 12:02:18 +02:00
S0ly
f18e8c8177
UPDATE: cleared and documented .env.exemple
2024-05-06 11:59:57 +02:00
S0ly
3656c8169d
UPDATE: cleared and documented git files
2024-05-06 11:59:44 +02:00
S0ly
077ee2c7e4
REMOVE: strange unused test.json file
2024-05-06 11:54:03 +02:00
S0ly
37e505c37e
REMOVE: empty composer file at root
2024-05-06 11:52:52 +02:00
S0ly
971458a01b
ADD: empty issue template
2024-04-30 14:46:10 +02:00
S0ly
bc190dceb6
FIX: bug and feature displaying differently
2024-04-30 14:41:18 +02:00
S0ly
5c32ff2491
ADD: empty code of conduct in .github
2024-04-30 14:29:18 +02:00
S0ly
75c6dfcb79
UPDATE: moved contributing.md to .github
2024-04-30 14:29:03 +02:00
S0ly
d5ffe982d8
UPDATE: moved building.md to a readme in the developement docker
2024-04-30 14:28:48 +02:00
Drylian
4404d4a0aa
Standardization and Organization
...
I standardized the functions to be the same as other payments, I removed MpPayment and only put it for the webhook to set the payment status (as done in Mollie) I changed the way Success works to the same as Mollie, I didn't understand what @ IceToast talked about Spatie, to me the way to call the Mercado Pago token appears to be correct
2024-04-27 16:24:04 -03:00
Ferks
fa857e8a66
fix: LegacySettingsMigrations ( #941 )
2024-04-25 09:27:42 -04:00
IceToast
e35bbddc40
chore: ♻️ Add encrypted prop back in
2024-04-24 10:54:06 +02:00
IceToast
931f08a1d7
fix: 🐛 Try Catch for upgrade routing
2024-04-24 10:47:39 +02:00
IceToast
38cf81d92d
fix: 🐛 Use groups on getNewValue method
2024-04-12 21:01:49 +02:00
IceToast
330ea45c5b
fix: 🐛 Try catch for possible non available settings
2024-04-12 21:01:00 +02:00
IceToast
48cce11ebc
fix: 🚑 ️ Use LegacySettingsMigration && mind nullable values
2024-04-12 14:04:32 +02:00
IceToast
7f0d934ed5
feat: ✨ Create LegacySettingsMigration to centralize migration methods
2024-04-12 14:03:11 +02:00
1day2die
6a11341c0a
Fix roles notification
2024-03-14 14:40:08 +01:00
Dennis
391436c455
Minor changes and additions ( #931 )
2024-02-29 12:44:15 +01:00
âMrWeez
6f6517033e
Fixed old link and name
2024-02-29 14:15:58 +03:00
âMrWeez
afe3fd23c5
Repair docker image for PHP-FPM by Hyd3r1
2024-02-29 13:42:15 +03:00
âMrWeez
bfb169e191
Added support for php8.3
2024-02-29 01:29:31 +03:00
Dennis
0e29eb171a
fix: installer showing feeding failed, as well as adding proper error handling ( #929 )
2024-02-28 12:18:32 +01:00
Vikas Dongre
9cc6e83819
fix: installer showing feeding failed, as well as adding proper error handling.
2024-02-17 23:38:30 +05:30
1day2die
6d61ca5cef
fix installer
2024-02-05 09:27:24 +01:00
Drylian
7012a68265
mercado pago end
2024-01-25 21:42:23 -03:00
Drylian
02b77670e2
tested mercadopago routes
2024-01-25 21:20:54 -03:00
Drylian
361fbe0af0
add mercadopago img
2024-01-24 13:57:52 -04:00
Drylian
62149da1f5
mercadopago payment add init
2024-01-24 14:48:15 -03:00
Ferks-FK
3b99ae527f
closes #684
2023-10-28 13:03:23 -04:00
Ferks-FK
f3a341fa1b
Fix role search
2023-10-28 11:59:00 -04:00
Ferks-FK
654932225a
Closes #696
2023-10-22 13:48:05 -04:00
Ferks-FK
a75863909c
Closes #905
2023-10-22 11:24:19 -04:00