From 0c466d97394959410a0006285c9fd75820366da3 Mon Sep 17 00:00:00 2001 From: idroxid Date: Thu, 2 Mar 2017 01:38:43 +0100 Subject: [PATCH] refactor(paypal): fix type of items (#1125) Type of items should be Array instead of string. --- src/plugins/pay-pal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/pay-pal.ts b/src/plugins/pay-pal.ts index ce20eca4..53b610f7 100644 --- a/src/plugins/pay-pal.ts +++ b/src/plugins/pay-pal.ts @@ -193,7 +193,7 @@ export class PayPalPayment { /** * Optional array of PayPalItem objects. */ - items: string; + items: Array; /** * Optional customer shipping address, if your app wishes to provide this to the SDK.