Search found 33 matches
- 30 Apr 2021, 18:29
- Forum: Laravel package
- Topic: Omnipay
- Replies: 11
- Views: 10932
Re: Omnipay
I tried all this code but some times its redirecting to payment received and some times to payment unfinished even the payment is successful both times. Please help me public function getTransactionStatus() { // return static::STATUS_PENDING; // return isset($this->data['status']) ? $this->data['sta...
- 20 Apr 2021, 17:39
- Forum: Laravel package
- Topic: Omnipay
- Replies: 11
- Views: 10932
Re: Omnipay
I am trying from 3 days but not able to solve. please help me. Instamojo driver code below (Response.php) /** * Was the transaction successful? * * @return string Transaction status, one of {@see STATUS_COMPLETED}, {@see #STATUS_PENDING}, * or {@see #STATUS_FAILED}. */ public function getTransaction...
- 12 Apr 2021, 09:22
- Forum: Laravel package
- Topic: Omnipay
- Replies: 11
- Views: 10932
Re: Omnipay
After successful payment I am redirecting to the below url but the payment status is unfinished. http://127.0.0.1:8000/shop/confirm/Instamojo?payment_id=MOJO1412705N45333693&payment_status=Credit&payment_request_id=d7249b9a0c5545c69f5929587e541946 ORDER STATUS Order ID :247 Payment status : ...
- 08 Mar 2021, 17:20
- Forum: Laravel package
- Topic: Omnipay
- Replies: 3
- Views: 2870
Re: Omnipay
https://github.com/gentor/omnipay-instamojo
I am using the above package and in the admin panel the address field in the payment gateway config is yes. But still my payment gateway is not able to retrieve name,phone, email and redirect url
I am using the above package and in the admin panel the address field in the payment gateway config is yes. But still my payment gateway is not able to retrieve name,phone, email and redirect url
- 05 Mar 2021, 16:17
- Forum: Laravel package
- Topic: Omnipay
- Replies: 3
- Views: 2870
Omnipay
I have integrated instamojo payment gateway and it needs certain parameters like name, phone, email , redirect url and i would like to take name, phone, email from the checkout form. How to do this ? Also how to set the redirect url ?
- 25 Dec 2020, 18:37
- Forum: Laravel package
- Topic: Omnipay
- Replies: 11
- Views: 10932
Re: Omnipay
2checkout worked for me also.Please help me with payu 'Omnipay/payu/Gateway' not found error,i am getting continously.I tried in many ways please help me."alegra/omnipay-payu": "^0.0.21", is the package name i am using. May be the gateway name i am using "payu" is wrong
- 30 Nov 2020, 15:44
- Forum: Laravel package
- Topic: Omnipay
- Replies: 11
- Views: 10932
Re: Omnipay
Yes i used those commands to install the drivers
Code: Select all
"aimeos/ai-payments": "^2020.10",
composer require league/omnipay:^3 omnipay/paypal
- 28 Nov 2020, 18:54
- Forum: Laravel package
- Topic: Omnipay
- Replies: 11
- Views: 10932
Omnipay
I tried to add payu , 2checkout , paypal using omnipay but it doesnt work. I got the error "class Omnipay/Payu or paypal or 2checkout/Gateway" not found. And i tried a payment gateway instamojo it worked ( I didnt got any class not found error ) and i saw that the folder structure of insta...
- 07 Nov 2020, 10:15
- Forum: Laravel package
- Topic: Media not showing in backend
- Replies: 21
- Views: 15060
Re: Media not showing in backend
No slash. And i tried now its working :D .Last time after update it showed broken images but now the images are displaying. Thankyou 'fs' => array( 'adapter' => 'Standard', 'basedir' => public_path(), 'tempdir' => storage_path( 'tmp' ), 'baseurl' => config( 'app.url' ), ), 'fs-admin' => array( 'adap...
- 05 Nov 2020, 07:12
- Forum: Laravel package
- Topic: Display featured products,campaign products on my homepage
- Replies: 3
- Views: 3963
Re: Display featured products,campaign products on my homepage
i have categories named "Fashion" ,"Electronics", "Outfits", "Electricals" etc and i want to display only "Fashion" ,"Electronics" categories in a specific page. How to make a component like "catalog/fashion" or "catalog/elec...