mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Init session with handlers
This commit is contained in:
parent
cffdec846c
commit
7b3f3e8ead
16 changed files with 279 additions and 63 deletions
|
@ -0,0 +1,7 @@
|
|||
import BaseHandler from "./BaseHandler";
|
||||
|
||||
class MiniCartHandler extends BaseHandler {
|
||||
|
||||
}
|
||||
|
||||
export default MiniCartHandler;
|
Loading…
Add table
Add a link
Reference in a new issue