Plugin Directory

Changeset 2423652


Ignore:
Timestamp:
11/23/2020 03:16:01 PM (5 years ago)
Author:
Eoxia
Message:

fix on class-stripe.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpshop/trunk/modules/stripe/class/class-stripe.php

    r2423594 r2423652  
    5151        );
    5252
    53         $session = Stripe\Checkout\Session::create( array(
     53        $session = \Stripe\Checkout\Session::create( array(
    5454            'success_url'          => Pages::g()->get_checkout_link() . '/received/order/' . $order->data['external_id'],
    5555            'cancel_url'           => site_url(),
Note: See TracChangeset for help on using the changeset viewer.