Support the ongoing development of Laravel.io →
Session Database
Last updated 2 years ago.
0

Same here, did you fix that?

Last updated 2 years ago.
0

var_dump the session_id, to know if it's the same session id used when you save and when you fetch datas.

Last updated 2 years ago.
0
    public function getApiInfos() {
      return array(
        'cancelUrl' => \URL::route('pages.payment.canceled'),
        'returnUrl' => \URL::route('pages.payment.success'),
        'amount' => Session::get('amount').'.00',
        'currency' => 'EUR'
      );
    }

I'm using same method on redirecting and fetching...

Last updated 2 years ago.
0

I don't know why, it's working now on Firefox but not on Chrome.. I still get "[L_LONGMESSAGE0] => This transaction cannot be processed. The amount to be charged is zero." this error...

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

tylerssn tylerssn Joined 24 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.