@revolugo/common 7.2.3-alpha.4 → 7.2.3-alpha.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/common",
3
- "version": "7.2.3-alpha.4",
3
+ "version": "7.2.3-alpha.5",
4
4
  "private": false,
5
5
  "description": "Revolugo common",
6
6
  "author": "Revolugo",
@@ -61,7 +61,7 @@ export interface PayloadPayLater {
61
61
  status: PayLaterStatus
62
62
  }
63
63
  export interface PaymentMethodPayLater extends BasePaymentMethodPayLater {
64
- payload: { amount: number; couponId?: string | null } & PayloadPayLater
64
+ payload: PayloadPayLater & { amount: number; couponId?: string | null }
65
65
  }
66
66
 
67
67
  export interface PaymentMethodRequest {