Fixing Coinpayments and Stripe Issues
Common Issues
User Guideline: Fixing Coinpayments and Stripe Issues
Note: Ensure that you back up your existing files before replacing them to avoid any data loss or unintended consequences.
To ensure a seamless resolution without any potential complications, we strongly recommend that you provide us with the cPanel account credentials. This will allow our team to take responsibility for resolving the issue on your behalf.
Coinpayments Issue:
Files to be Replaced:
- DepositController.php:
- Path:
app/Http/Controllers/Users/DepositController.php
- Path:
- CSS Files:
- Path:
public/user/templates/css/style.css
- Path:
public/user/templates/css/style.min.css
- Path:
- Blade Views:
- Path:
resources/views/user/deposit/coinpayment_summery.blade.php
- Path:
resources/views/user/deposit/coinpayment.blade.php
- Path:
Steps to Replace Files:
- Open the Laravel project directory.
- Navigate to
app/Http/Controllers/Users/
and replaceDepositController.php
with the new file. - Navigate to
public/user/templates/css/
and replace bothstyle.css
andstyle.min.css
with the new files. - Navigate to
resources/views/user/deposit/
and replace bothcoinpayment_summery.blade.php
andcoinpayment.blade.php
with the new files.
Stripe Issue:
Files to be Replaced:
- MerchantPaymentController.php:
- Path:
app/Http/Controllers/MerchantPaymentController.php
- Path:
- DepositController.php:
- Path:
app/Http/Controllers/Users/DepositController.php
- Path:
- Blade Views:
- Path:
resources/views/merchantPayment/index.blade.php
- Path:
resources/views/merchantPayment/stripe.blade.php
- Path:
resources/views/user/deposit/stripe.blade.php
- Path:
- Route Configuration:
- Path:
routes/web.php
- Path:
Steps to Replace Files:
- Open the Laravel project directory.
- Navigate to
app/Http/Controllers/
and replace bothMerchantPaymentController.php
andDepositController.php
with the new files. - Navigate to
resources/views/merchantPayment/
and replace bothindex.blade.php
andstripe.blade.php
with the new files. - Navigate to
resources/views/user/deposit/
and replacestripe.blade.php
with the new file. - Open
routes/web.php
and replace its content with the new route configurations.
Upload New Added Files:
- PaymentProcessor.php:
- Path:
app/Repositories/
- Path:
- Stripe JavaScript Files:
- Path:
public/user/customs/js/
- Files:
stripe.js
andstripe.min.js
- Path:
Steps to Upload Files:
- Open the Laravel project directory.
- Navigate to
app/Repositories/
and upload the new filePaymentProcessor.php
. - Navigate to
public/user/customs/js/
and upload bothstripe.js
andstripe.min.js
.
After completing these steps, your Laravel project should have the necessary updates for both Coinpayments and Stripe issues.
https://drive.google.com/uc?id=1FEa0KJtTffsv0aW1TEokiVsGSsiIQvPZ&export=download
https://drive.google.com/uc?id=1YTbjLYdV0qbJPa4bj6GTsEB8auXYTsqj&export=download