I need the advice for adding the "Square" payment gateway. The problem is I can not enable this payment gateway. Also, after adding this module, I can not save other settings such as Stripe keys and etc. I can see the green "shop settings are saved" message at the top of pages, but changes are not actually saved.
I added the following directories
1) vendor/omnipay/square
(I manually copied from GitHub /Transportersio/omnipay-square and add it to the directory. Not using composor)
2) userfiles/modules/shop/payments/gateways/omnipay_square
The Microweber read this module and created the following SQL entry
(103, '2020-05-12 22:59:34', '2020-05-11 19:31:43', NULL, 1, 1, 'Square payment', 0, NULL, 'shop/payments/gateways/omnipay_square', NULL, 'https://microweber.org/userfiles/modules/shop/payments/gateways/omnipay_square/omnipay_square.png', 'Microweber', NULL, NULL, 'payment_gateway', 1, 0, 132, NULL, 1, 0, NULL, 0, NULL, NULL, NULL, 'online shop');
Are there any other things I must create in the system?
I added the following directories
1) vendor/omnipay/square
(I manually copied from GitHub /Transportersio/omnipay-square and add it to the directory. Not using composor)
2) userfiles/modules/shop/payments/gateways/omnipay_square
(I copied omnipay_stripe and modified files)
In the admin.php file, I made the form collecting the following three parameters.
square_application_id
square_accessToken
square_location_id
square_application_id
square_accessToken
square_location_id
The Microweber read this module and created the following SQL entry
(103, '2020-05-12 22:59:34', '2020-05-11 19:31:43', NULL, 1, 1, 'Square payment', 0, NULL, 'shop/payments/gateways/omnipay_square', NULL, 'https://microweber.org/userfiles/modules/shop/payments/gateways/omnipay_square/omnipay_square.png', 'Microweber', NULL, NULL, 'payment_gateway', 1, 0, 132, NULL, 1, 0, NULL, 0, NULL, NULL, NULL, 'online shop');
Are there any other things I must create in the system?
i am in kuwait i use diffrent payment integration , i use something called my fatoorah you don't have to use omnipay integratio
Create module for your payment.In process,php, put your integration.slitheriohttps://slitherio.online/
You must be logged in to reply on this thread
Sign Up