@bloonio/lokotro-pay 1.2.0 → 1.2.1
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": "@bloonio/lokotro-pay",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Angular SDK for Lokotro Pay - Clean white-surface payment checkout with themeable brand colors and support for cards, mobile money, e-wallets, and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -218,6 +218,10 @@ interface LokotroPaymentBody {
|
|
|
218
218
|
cardHolderName?: string;
|
|
219
219
|
merchant?: LokotroMerchantInfo;
|
|
220
220
|
mastercardPaymentMethod?: 'HOSTED_SESSION' | 'DIRECT_CAPTURE';
|
|
221
|
+
/** Optional override of default currency resolution for the payment method. */
|
|
222
|
+
transactionalCurrency?: string;
|
|
223
|
+
nativePayToken?: string;
|
|
224
|
+
nativePayTokenType?: string;
|
|
221
225
|
metadata?: Record<string, unknown>;
|
|
222
226
|
}
|
|
223
227
|
/**
|