Offline Payment Gateway Plugin for LaraClassified and JobClass

Offline Payment Gateway Plugin for LaraClassified and JobClass v4.0.2

No permission to download

manatolia

New member
May 16, 2021
1
-2
3
@NullMaster i try to search website, api and data variables but cannot find how to use webservice. Maybe the block can be about purchase code but i am not sure

PHP:
public static function install()
    {
        // Remove the plugin entry
        self::uninstall();
        
        // Plugin data
        $data = [
            'id'                => 5,
            'name'              => 'offlinepayment',
            'display_name'      => 'Offline Payment',
            'description'       => null,
            'has_ccbox'         => 0,
            'is_compatible_api' => 1,
            'lft'               => 5,
            'rgt'               => 5,
            'depth'             => 1,
            'active'            => 1,
        ];
        
        try {
            // Create plugin data
            $paymentMethod = PaymentMethod::create($data);
            if (empty($paymentMethod)) {
                return false;
            }
        } catch (\Exception $e) {
            return false;
        }
        
        return true;
    }

FYI @Tomz
 

amanij101

Member
Jan 15, 2020
31
23
18
Its very simple to null this... This is how

Just find this file inside the zip package "init.json" and then open it using any text editor. Now you have to remove item id from this "item_id": "20765766" to this "item_id": "" don't remove the coln.

For easy way just download this and install its already activated.
 

Attachments

  • offlinepayment.zip
    46.7 KB · Views: 85

manatolia

New member
May 16, 2021
1
-2
3
Its very simple to null this... This is how

Just find this file inside the zip package "init.json" and then open it using any text editor. Now you have to remove item id from this "item_id": "20765766" to this "item_id": "" don't remove the coln.

For easy way just download this and install its already activated.
It works, thanks a lot :) It is really hard to find it myself :)
 

bhabanisankar

Active member
Mar 12, 2020
176
31
28
Its very simple to null this... This is how

Just find this file inside the zip package "init.json" and then open it using any text editor. Now you have to remove item id from this "item_id": "20765766" to this "item_id": "" don't remove the coln.

For easy way just download this and install its already activated.

Hello,

I am getting error "Header values must be RFC 7230 compatible strings." while using PayU payment gateway with latest laraclassified.

do you have any idea how to fix this ?

Thanks
 

Nabeel

Active member
Jul 1, 2019
759
155
43
Malakwal
www.sellbuy.pk
Its very simple to null this... This is how

Just find this file inside the zip package "init.json" and then open it using any text editor. Now you have to remove item id from this "item_id": "20765766" to this "item_id": "" don't remove the coln.

For easy way just download this and install its already activated.
When I nulled as per your instruction and install this plugin, after installing when I click add listing button it shows an error, please tell how to fix this.

Thank you

error.png
 

bhabanisankar

Active member
Mar 12, 2020
176
31
28
When I nulled as per your instruction and install this plugin, after installing when I click add listing button it shows an error, please tell how to fix this.

Thank you

error.png

It is better you should check this.
 

Attachments

  • offlinepayment.zip
    46.7 KB · Views: 34

amanij101

Member
Jan 15, 2020
31
23
18
The name of folder of the plugin should be "offlinepayment"
When I nulled as per your instruction and install this plugin, after installing when I click add listing button it shows an error, please tell how to fix this.

Thank you

error.png
 

Nabeel

Active member
Jul 1, 2019
759
155
43
Malakwal
www.sellbuy.pk
Thank you dear its working now , basically I opened the file that was mentioned in error message and removed spaces between lines , it is working now , due to you I got line of direction to eliminate error. thank you regards :)
But there is one more problem, when user send message to advertiser , message receives at website in messenger but email does not deliver to advertiser email id, do you know what can be the problem or issue. ?
 

bhabanisankar

Active member
Mar 12, 2020
176
31
28
But there is one more problem, when user send message to advertiser , message receives at website in messenger but email does not deliver to advertiser email id, do you know what can be the problem or issue. ?
check smtp details in .env file
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu