@verma-consulting/common-library 0.1.54 → 0.1.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2515,11 +2515,12 @@ var defaults = {
|
|
|
2515
2515
|
amountReceived: 0,
|
|
2516
2516
|
applicationFeeAmount: 0,
|
|
2517
2517
|
cancellationReason: "",
|
|
2518
|
-
captureMethod: "",
|
|
2519
|
-
confirmationMethod: "",
|
|
2518
|
+
captureMethod: "automatic",
|
|
2519
|
+
confirmationMethod: "automatic",
|
|
2520
2520
|
statementDescriptor: "",
|
|
2521
2521
|
statementDescriptorSuffix: "",
|
|
2522
2522
|
calculatedStatementDescriptor: "",
|
|
2523
|
+
canceledAt: null,
|
|
2523
2524
|
confirm: false,
|
|
2524
2525
|
paid: false,
|
|
2525
2526
|
captured: false,
|
|
@@ -2597,7 +2598,7 @@ var defaults = {
|
|
|
2597
2598
|
status: "Ready",
|
|
2598
2599
|
currency: "usd",
|
|
2599
2600
|
disputeStatus: "warning_needs_response",
|
|
2600
|
-
reason: "",
|
|
2601
|
+
reason: "general",
|
|
2601
2602
|
amount: 0,
|
|
2602
2603
|
isChargeRefundable: false,
|
|
2603
2604
|
livemode: false,
|