mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-21 12:37:23 +08:00
refactor(paypal): fix type of items (#1125)
Type of items should be Array<PayPalItem> instead of string.
This commit is contained in:
parent
8e0027b974
commit
0c466d9739
@ -193,7 +193,7 @@ export class PayPalPayment {
|
||||
/**
|
||||
* Optional array of PayPalItem objects.
|
||||
*/
|
||||
items: string;
|
||||
items: Array<PayPalItem>;
|
||||
|
||||
/**
|
||||
* Optional customer shipping address, if your app wishes to provide this to the SDK.
|
||||
|
Loading…
x
Reference in New Issue
Block a user