Skip to content

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:

  1. DepositController.php:
    • Path: app/Http/Controllers/Users/DepositController.php
  2. CSS Files:
    • Path: public/user/templates/css/style.css
    • Path: public/user/templates/css/style.min.css
  3. Blade Views:
    • Path: resources/views/user/deposit/coinpayment_summery.blade.php
    • Path: resources/views/user/deposit/coinpayment.blade.php

Steps to Replace Files:

  1. Open the Laravel project directory.
  2. Navigate to app/Http/Controllers/Users/ and replace DepositController.php with the new file.
  3. Navigate to public/user/templates/css/ and replace both style.css and style.min.css with the new files.
  4. Navigate to resources/views/user/deposit/ and replace both coinpayment_summery.blade.php and coinpayment.blade.php with the new files.

Stripe Issue:

Files to be Replaced:

  1. MerchantPaymentController.php:
    • Path: app/Http/Controllers/MerchantPaymentController.php
  2. DepositController.php:
    • Path: app/Http/Controllers/Users/DepositController.php
  3. Blade Views:
    • Path: resources/views/merchantPayment/index.blade.php
    • Path: resources/views/merchantPayment/stripe.blade.php
    • Path: resources/views/user/deposit/stripe.blade.php
  4. Route Configuration:
    • Path: routes/web.php

Steps to Replace Files:

  1. Open the Laravel project directory.
  2. Navigate to app/Http/Controllers/ and replace both MerchantPaymentController.php and DepositController.php with the new files.
  3. Navigate to resources/views/merchantPayment/ and replace both index.blade.php and stripe.blade.php with the new files.
  4. Navigate to resources/views/user/deposit/ and replace stripe.blade.php with the new file.
  5. Open routes/web.php and replace its content with the new route configurations.

Upload New Added Files:

  1. PaymentProcessor.php:
    • Path: app/Repositories/
  2. Stripe JavaScript Files:
    • Path: public/user/customs/js/
    • Files: stripe.js and stripe.min.js

Steps to Upload Files:

  1. Open the Laravel project directory.
  2. Navigate to app/Repositories/ and upload the new file PaymentProcessor.php.
  3. Navigate to public/user/customs/js/ and upload both stripe.js and stripe.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