@elasticpath/js-sdk 33.1.0 → 33.2.0
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.cjs.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -3261,6 +3261,7 @@ interface TransactionBase {
|
|
|
3261
3261
|
transaction_type: 'purchase' | 'capture' | 'authorize' | 'refund'
|
|
3262
3262
|
status: 'complete' | 'failed' | 'pending' | 'cancelled'
|
|
3263
3263
|
relationships: any
|
|
3264
|
+
failure_details?: { code?: string; reason?: string }
|
|
3264
3265
|
meta: {
|
|
3265
3266
|
display_price: {
|
|
3266
3267
|
amount: number
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED