Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@bootpay/backend-js

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bootpay/backend-js - npm Package Compare versions

Comparing version
2.0.7
to
2.0.8
+7
-0
lib/response.d.ts

@@ -33,2 +33,3 @@ export interface AccessTokenResponseParameters {

escrow_data?: EscrowData;
cash_receipt_data?: CashReceiptData;
}

@@ -103,2 +104,8 @@ export interface ExtraModel {

}
export interface CashReceiptData {
tid?: string;
cash_receipt_type?: number;
cash_receipt_no?: string;
receipt_url?: string;
}
export interface CancelPaymentParameters {

@@ -105,0 +112,0 @@ receipt_id: string;

+1
-1
{
"name": "@bootpay/backend-js",
"version": "2.0.7",
"version": "2.0.8",
"description": "Bootpay Server Side Package for Node.js",

@@ -5,0 +5,0 @@ "types": "dist/bootpay.d.ts",