Commit graph

42 commits

Author SHA1 Message Date
Ferks-FK 754d4f178f Add encrypted migrations and closes #897 2023-10-22 11:11:49 -04:00
IceToast d5e9f3cdaf chore: 🔥 Remove unused extension routes 2023-06-10 02:03:37 +02:00
IceToast 2161464ee3 feat: Added Enum for payment states 2023-06-08 20:24:15 +02:00
IceToast 48e5cae9a1 feat: Migrate other payment gateways to new payment pattern 2023-06-08 20:24:15 +02:00
IceToast c05b4d8820 feat: Move Payment concerns from extension to payment controller 2023-06-08 20:24:15 +02:00
Ferks-FK 6d50834f9c Just by improving the code. 2023-06-08 20:24:15 +02:00
Ferks-FK 24ce267962 Implement coupons for the other gateways. 2023-06-08 20:24:15 +02:00
Ferks-FK 640468acbe Finish the coupon base. 2023-06-08 20:24:15 +02:00
Ferks-FK 490e11572d Use casts instead of converting values 2023-06-08 20:24:15 +02:00
Ferks-FK 8f7ad95506 Some improvements, and some not so much... 2023-06-08 20:24:15 +02:00
Ferks-FK 72f3decd3f Feat: Let's implement the coupons now 2023-06-08 20:24:15 +02:00
IceToast d51d5c66bf
Merge branch 'dev_no-encryption' into fix_extensionHelper_OS 2023-05-03 15:18:31 +02:00
IceToast 7754041532 fix: 🐛 hotfix migrations 2023-05-03 15:17:35 +02:00
1day2die 50d0e9a37d replace controlpanel.gg -> ctrlpanel.gg 2023-04-30 00:31:32 +02:00
1day2die 0bde32bd2f remove encryption to continue working // FIX INSTALLER [value] -> [payload] 2023-04-30 00:17:40 +02:00
IceToast 5b44df24ab fix: 🐛 Mollie gateway route and settings 2023-03-30 14:07:07 +02:00
IceToast c95cde5cde feat: Create Mollie payment gateway extension 2023-03-30 14:07:07 +02:00
IceToast 7701671c7e refactor: ♻️ Move Stripe Extension methods and config to Extension Class 2023-03-30 14:03:33 +02:00
IceToast 0ec3660e1a refactor: ♻️ Move PayPal Extension methods and config to Extension Class 2023-03-30 14:03:33 +02:00
IceToast d7a36c61b2 feat: Migrate Extensions from old to new settings system 2023-03-09 12:31:11 +01:00
IceToast 3cba1c60f8 feat: Add Extension Settings and migrations 2023-03-09 12:31:11 +01:00
IceToast 322bfed972 feat: Added PayPal Settings 2023-03-09 12:31:11 +01:00
IceToast 128015f0fa
chore: 🌐 localization 2023-02-07 14:18:22 +01:00
IceToast b8946d8666
fix: 🚑️ Paypal authentication error -> blank page 2023-02-07 13:59:09 +01:00
IceToast 663e2370a2
fix: 🐛 Enable Stripe on local environment 2023-02-05 21:11:28 +01:00
IceToast b7a765bd8c
fix: 🚑️ Stripe extensions enable flag 2023-02-05 21:07:13 +01:00
1day2die e1dbbb21ee [FIX] Paypal Checkout disabled even if keys are set 2023-01-30 11:19:50 +01:00
IceToast 9260b967b3 fix: 🚑️ Enable/Disable Payment Gateways TODO: Integrate into settings! 2023-01-23 16:57:28 +01:00
IceToast d11bb52038 feat: Support csrf ignoring routes for extensions & moved extension config to own file 2023-01-21 01:04:23 +01:00
IceToast 6216892594 fix: 🐛 PartnerDiscount expected auth login -> not possible on webhooks 2023-01-20 23:42:53 +01:00
IceToast 64cd6ac98c feat: Added API-Route support for extensions 2023-01-18 18:05:32 +01:00
IceToast 41f8fd9550 fix: 🐛 PayPalSuccess payment status "paid" & Require auth on payment routes 2023-01-17 15:35:58 +01:00
IceToast 314d4de816 fix: 🐛 TypeError 2023-01-15 02:22:03 +01:00
IceToast a34825a692 feat: Moved Stripe functions to extension 2023-01-15 01:41:16 +01:00
IceToast e6ef07139d feat: Moved Stripe routes to extension 2023-01-15 01:40:25 +01:00
IceToast eb122a99f2 fix: 🐛 Give Config Method the extension name 2023-01-15 01:39:38 +01:00
IceToast 45aaac4189 refactor: ♻️ Extracted Payment logic to events 2023-01-15 00:43:13 +01:00
IceToast 59f8e8c696 fix: 🐛 Payment Creation and use paymentEvent instead of manual invoice creation 2023-01-14 23:34:54 +01:00
IceToast 69dd7a6855 fix: 🐛 Removed PayPal Routes -> to own extension 2023-01-14 23:33:30 +01:00
IceToast 8a03a7b16b feat: Create Invoiceable Trait & Fix routing Extension 2023-01-14 22:38:13 +01:00
IceToast 3cb42a8b60 Merge branch 'development' into feature/extendable_payment_gateways
# Conflicts:
#	app/Http/Controllers/Admin/PaymentController.php
2023-01-14 21:51:20 +01:00
IceToast 16a7391372 feat: Fixed extension routes & Added PayPal Extension Routes 2023-01-03 18:31:21 +01:00