update
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import * as plugins from './bunq.plugins';
|
||||
import { BunqAccount } from './bunq.classes.account';
|
||||
import { BunqMonetaryAccount } from './bunq.classes.monetaryaccount';
|
||||
import * as plugins from './bunq.plugins.js';
|
||||
import { BunqAccount } from './bunq.classes.account.js';
|
||||
import { BunqMonetaryAccount } from './bunq.classes.monetaryaccount.js';
|
||||
import {
|
||||
IBunqPaymentRequest,
|
||||
IBunqPayment,
|
||||
IBunqAmount,
|
||||
IBunqAlias,
|
||||
IBunqPaginationOptions
|
||||
} from './bunq.interfaces';
|
||||
} from './bunq.interfaces.js';
|
||||
|
||||
export class BunqPayment {
|
||||
private bunqAccount: BunqAccount;
|
||||
|
Reference in New Issue
Block a user