GithubHelp home page GithubHelp logo

knet's People

Contributors

aemaddin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

knet's Issues

Required variables

Dear, where could we get these variables?

Transport ID, Transport Password, and Resource Key? We only get the account to enter the merchant website.

CBK HOSTED KNET & T-PAY PAYMENT GATEWAY

Hello E.aemadin.

I hope every thing is fine,

i have a customer which he subscribe with (CBK HOSTED KNET & T-PAY PAYMENT GATEWAY)

so, is this package support this kind of payment gateway ?

if not , Do you know where to find the right package, even if it is paid?

this is the Integration Guide

guide

knet_transactions table

Hello Amr,
I want ta ask you about knet_transactions table.
When I pay the payment process is completed on my account Knet dashboard.
But if see the table knet_transactions result=INITIATED and paymentid=NULL
Screenshot 2023-05-16 080514
Is that payment right?
And I print my redirect back $request and you can find paymentid but it's not stored in knet_transactions table:
Screenshot 2023-05-16 080831
Thank you so much Amr :)

Installation Issue

Hello, I'm facing this error during the installation, how can I solve it, please?

Capture

user pay method - Question

Screen Shot 2021-05-12 at 12 46 29 PM

Where do I have to create the mention method in your guide? in the User model or the Checkout controller?

Undefined variable: payment

I tried to use the attached code inside my checkout controller and I got an error "Undefined variable: payment"
Screen Shot 2021-05-13 at 10 51 03 AM

Calling (pay) method for none authenticated users

Hi,

I asked before about calling pay method , and you said :
" call it you should get user instance first"
#3

that's mean only the users which registered in my website can make a payments!

what if i want to create a form to let other people to pay a charge for something like (delivery charge) and i only want to save them addresses , and not to force them to registering in my website ?

thanks

Redirct back error

I want to know redirect back url is GET method or POST in both I have an error
Route::get('knet/back', [\App\Http\Controllers\KnetPaymentController::class, 'showPaymentFormBack'])->name('payment.back');
'response_url' => '/knet/back',

Screenshot 2023-05-12 155904

When I do POST method:
Route::post('knet/back', [\App\Http\Controllers\KnetPaymentController::class, 'showPaymentFormBack'])->name('payment.back');
Screenshot 2023-05-12 160122

open ssl issue

i am trying to use default example for pay method in my controller and get this error any suggestion?

KnetTransactionUpdated event issue

Argument 1 passed to Asciisd\Knet\Events\KnetTransactionUpdated::__construct() must be an instance of Asciisd\Knet\KnetTransaction, bool given, called in /Users/amrahmed/Sites/payment/vendor/laravel/framework/src/Illuminate/Foundation/Events/Dispatchable.php on line 14

Undefined variable: user

Hi,

and thank you for great work.

I'm trying to call (pay) function in controller, but i get this error when set your example code:
Undefined variable: user

and when try to create user variable by using this code :
$user = Auth::user();

i get this error:
Call to undefined method App\User::pay()

So, how can get ($user) variable ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.