New

Ecommerce Mobile App

React Native Expo app for Botble Ecommerce - 50+ screens, dark mode, RTL support

Pagadito Payment Gateway

Pagadito Payment Gateway

Integrate Pagadito as a payment gateway in Botble CMS.
$75.00 $150.00

Version

1.0.1

Botble Version

>= 7.3.0

Downloads

6

License

Proprietary

Instructions to implement the Pagadito plugin into Botble CMS after plugin installation:

Modify the PaymentMethodEnum.php

Navigate to the file path: /platform/plugins/payment/src/Enums/PaymentMethodEnum.php

Create a backup of the original file before making any changes. This ensures you can restore it in case something goes wrong during the modification.

Open PaymentMethodEnum.php in your preferred code editor.

Locate the existing payment method constants inside the PaymentMethodEnum class. These are usually defined at the top of the class, for example:

public const PAYPAL = 'paypal'; public const STRIPE = 'stripe'; Add the new Pagadito constant (or modify if already present) following the existing syntax. For example:

public const PAGADITO = 'pagadito';

Save the file after making the modifications.

IMPORTANT: This change must be repeated every time the Botble CMS system is updated, because updates may overwrite the PaymentMethodEnum.php file and remove your custom constant. Keep a note of this modification for future updates.

Leave a comment

Your email address will not be published. Required fields are marked *

Kindly log in to share your feedback on this plugin.