Search found 56 matches

by godadada@yahoo.com
24 Apr 2022, 03:28
Forum: Laravel package
Topic: Tilde in Route aimeos_shop_tree
Replies: 3
Views: 733

Re: Tilde in Route aimeos_shop_tree

thanks for the tip. the DB is corrupted during dev. It is okay now after refreshing the DB.
by godadada@yahoo.com
23 Apr 2022, 08:38
Forum: Laravel package
Topic: Tilde in Route aimeos_shop_tree
Replies: 3
Views: 733

Re: Tilde in Route aimeos_shop_tree

I understand for the REG pattern matching for '[^~]*' but have no clue what tilde is doing in this '{f_name}~{f_catid}'.

Any input is appreciated.
by godadada@yahoo.com
19 Apr 2022, 05:06
Forum: Laravel package
Topic: Tilde in Route aimeos_shop_tree
Replies: 3
Views: 733

Tilde in Route aimeos_shop_tree

I have aimeos 2021.10/ubuntu complains about "Missing required parameter for [Route: aimeos_shop_tree] [URI: shop/{site}/{f_name}~{f_catid}] [Missing parameter: f_name]." the route is defined as following. i suspect something to do with tilde usage or miss-use. It is used as delimiter or b...
by godadada@yahoo.com
12 Mar 2022, 00:50
Forum: Laravel package
Topic: Payment Gateway WechatPay
Replies: 35
Views: 9064

Re: Payment Gateway WechatPay

much appreciated input.

I have over-ridden the Omnipay::updateSync method, and added one line to obtain 'request_params'. but it complained xml2array failure.
Please enlighten.

Regards,
by godadada@yahoo.com
09 Mar 2022, 00:40
Forum: Laravel package
Topic: Payment Gateway WechatPay
Replies: 35
Views: 9064

Re: Payment Gateway WechatPay

$data = $this->getRequestParams(); returns null, which is the input $data for Helper::xml2array(), then also returning null.

regards,
by godadada@yahoo.com
08 Mar 2022, 04:19
Forum: Laravel package
Topic: Payment Gateway WechatPay
Replies: 35
Views: 9064

Re: Payment Gateway WechatPay

the Omnipay\WechatPay::getData was called and null return passed to ksort routine. (see attached call stack).

I am not sure if this version of getData is the right one to call.

Regards,
by godadada@yahoo.com
05 Mar 2022, 09:02
Forum: Laravel package
Topic: Payment Gateway WechatPay
Replies: 35
Views: 9064

Re: Payment Gateway WechatPay

It seems complaining the frontend::create first parameter '$context' has cache to be null.

Regards,
by godadada@yahoo.com
05 Mar 2022, 05:15
Forum: Laravel package
Topic: Payment Gateway WechatPay
Replies: 35
Views: 9064

Re: Payment Gateway WechatPay

Sorry, I do not know enough to answer CCavenue question. I am still struggling with WechatPay.

I am able to make some progress, got SUCCESS response from WechatPay gateway (see attached imageJ).

But it still gave error at the end>
by godadada@yahoo.com
28 Feb 2022, 08:23
Forum: Laravel package
Topic: Aimeos Market Place Question
Replies: 1
Views: 675

Aimeos Market Place Question

Hey, I am investigating the Aimeos Marketplace extension. I am using aimeos 2019 to test what I want. The two may not be the same. The purpose of using the Marketplace is to display products from all sites via 'default' site, display products from selected site if a site is chosen in url. The behavi...
by godadada@yahoo.com
14 Feb 2022, 01:22
Forum: Laravel package
Topic: Payment Gateway WechatPay
Replies: 35
Views: 9064

Re: Payment Gateway WechatPay

Figured this one out. client.ipaddress needs to be set in the payment configuration.

I still get payment failure though. Trying to find out where the issue is.

Regards,