Commit 84db591
committed
Add checkStatusCoins method to InitPaymentController and update API route
This commit introduces the checkStatusCoins method in InitPaymentController, which retrieves the transaction status from the Coolpay API using the provided transaction reference. Additionally, it updates the API routes to include a new endpoint for checking the status of coin payments, enhancing the payment processing capabilities.1 parent 30db8d8 commit 84db591
File tree
2 files changed
+11
-2
lines changed- app/Http/Controllers/Coins
- routes
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments