UNPKG
@apicart/payments-sdk
Version:
latest (1.0.0-alpha7)
1.0.0-alpha7
1.0.0-alpha6
1.0.0-alpha5
1.0.0-alpha4
1.0.0-alpha3
Apicart SDK for payment gateways integration
github.com/apicart/packages-js
apicart/packages-js
@apicart/payments-sdk
/
src
/
Payments.umd.ts
7 lines
(4 loc)
•
131 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
Apicart
from
'@apicart/core-sdk'
;
import
Payments
from
'./Payments'
;
Apicart
.
Payments
=
Payments
;
export
default
Apicart
;