🚀 **feat(payment): integrate BTC Pay for invoice handling and remove QR code dependencies**

This commit is contained in:
fsociety
2024-10-24 16:38:20 +02:00
parent 1621879217
commit 6eaba91e9e
3 changed files with 122 additions and 76 deletions

View File

@@ -40,4 +40,8 @@ return [
],
],
'btc_pay' => [
'api_key' => env('BTC_PAY_API_KEY'),
]
];