@better-giving/donation 5.0.2 → 5.0.3

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.
@@ -100,8 +100,6 @@ export interface IDonationOnHoldAttr {
100
100
  /** may be empty */
101
101
  inHonorOf?: string;
102
102
  tributeNotif?: ITributeNotif;
103
- /** e.g. crypto:tron, stripe:card */
104
- via?: string;
105
103
  }
106
104
  export interface IDonationOnholdUpdate extends Partial<Omit<IDonationOnHoldAttr, "transactionId">> {
107
105
  }
@@ -273,6 +271,8 @@ export interface IDonationFinalAttr {
273
271
  referrer_commission?: IReferrerCommission;
274
272
  referrer?: string;
275
273
  taxReceiptId?: string;
274
+ /** e.g. crypto:tron, stripe:card */
275
+ via?: string;
276
276
  }
277
277
  export interface IDonationFinalUpdate extends Partial<Omit<IDonationFinalAttr, "transactionId">> {
278
278
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-giving/donation",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "devDependencies": {
5
5
  "@better-giving/config": "1.1.2"
6
6
  },
@@ -120,8 +120,6 @@ export interface IDonationOnHoldAttr {
120
120
  /** may be empty */
121
121
  inHonorOf?: string;
122
122
  tributeNotif?: ITributeNotif;
123
- /** e.g. crypto:tron, stripe:card */
124
- via?: string;
125
123
  }
126
124
 
127
125
  export interface IDonationOnholdUpdate
@@ -312,6 +310,8 @@ export interface IDonationFinalAttr {
312
310
 
313
311
  /// OTHERS ///
314
312
  taxReceiptId?: string;
313
+ /** e.g. crypto:tron, stripe:card */
314
+ via?: string;
315
315
  }
316
316
 
317
317
  export interface IDonationFinalUpdate