payrex-node
Advanced tools
Comparing version 0.1.3 to 0.1.4
# Changelog | ||
## [0.1.4] - 2024-07-23 | ||
- Move the deprecated capture_type attribute. | ||
## [0.1.3] - 2024-07-22 | ||
- Add the new payment_method_options attribute. | ||
## [0.1.2] - 2024-05-23 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "payrex-node", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "PayRex Node JS Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,3 +7,2 @@ function PaymentIntentEntity(apiResource) { | ||
this.amount = data.amount; | ||
this.captureType = data.capture_type; | ||
this.clientSecret = data.client_secret; | ||
@@ -10,0 +9,0 @@ this.currency = data.currency; |
20672
513