Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImSingee/PayJS
/ InvalidInfoException
Class
InvalidInfoException
payjs/exceptions.py:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
class
InvalidInfoException(PayJSException):
32
def
__init__(self, code=-2000, msg=
'Invalid info'
):
33
super().__init__(code, msg)
Callers
10
__init__
Method · 0.90
check_status_by_payjs_order_id
Method · 0.90
native
Method · 0.90
cashier
Method · 0.90
get_cashier_url
Method · 0.90
jsapi
Method · 0.90
micropay
Method · 0.90
close
Method · 0.90
refund
Method · 0.90
get_openid
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected