fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@fin.cx/portablefinance', |   name: '@fin.cx/portablefinance', | ||||||
|   version: '1.0.18', |   version: '1.0.19', | ||||||
|   description: 'an interface package for the financeplus organization' |   description: 'an interface package for the financeplus organization' | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| export abstract class AcCsvParser<T> { | export abstract class AcCsvParser<T> { | ||||||
|   public abstract paymentProviderName: string; |   public abstract paymentProviderName: string; | ||||||
|   public abstract transactionArray: T[]; |  | ||||||
|   public abstract getTransactions(): Promise<T[]>; |   public abstract getTransactions(): Promise<T[]>; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user