@coinflowlabs/angular
v1.0.0
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
Downloads
344
Readme
Coinflowlabs
This library was generated with Angular CLI version 17.3.0.
Changelog
1.0.0
- Deprecating
amount
andtoken
in favor of subtotal which can be accessed via the following ways: - Added multi-currency support for presentment
- SEPA and UK Faster Payments support
{cents: number; currency: 'USD' | 'EUR' | 'GBP' | 'BRL';}
or
{address: string; amount: number;}
0.3.5
- Added cleanup code to handle arg changes in
CoinflowCvvOnlyInputComponent
0.3.4
- Added
reinitialize
method toCoinflowCvvOnlyInputComponent
,CoinflowCardNumberInput
, andCoinflowCardNumberOnlyInput
0.3.3
- reinitialize iframe when ngOnInit is called after destroy
0.3.2
- Added
reinitialize
method toCoinflowCvvOnlyInputComponent
,CoinflowCardNumberInput
, andCoinflowCardNumberOnlyInput
0.3.1
- Added sessionKey authentication mechanism to
CoinflowWithdraw
0.3.0
- Added sessionKey authentication mechanism to
CoinflowPurchase
0.2.3
- Added Apple & Google Pay buttons
0.2.1
- Fixed Card Form Components export
0.2.0
- Added Card Form Components
0.1.4
- Added
getWalletFromEmail
function toCoinflowUtils
0.1.3
- Allow custom taker on reservoir transactions