UNPKG
authorizenet-react
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
React components for Authorize.Net payments
authorizenet-react
/
dist
/
utils
/
constants.d.ts
8 lines
(7 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
constants
: {
endpoint
: {
sandbox
:
string
;
production
:
string
; }; };
export
default
constants;