Skip to content

Commit

Permalink
Merge pull request #129 in PLUG_OPEN/swagpaymentpaypalunified from pt…
Browse files Browse the repository at this point in the history
…-9366/5.2/fix-default-value-for-thirdPartyPaymentMethods to master

* commit '961f461f425232014490a2f56858d632c4e955e1':
  PT-9366 - Fix default value for thirdPartyPaymentMethods
  • Loading branch information
mitelg committed Jul 9, 2018
2 parents dee7a65 + 961f461 commit 940325b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@
* Third party methods which will be shown in the payment wall iFrame
* formatted as JSON string, will be decoded on calling `applyDataAttributes`
*
* @type string
* @type Array
*/
thirdPartyPaymentMethods: ''
thirdPartyPaymentMethods: []
},

/**
Expand Down

0 comments on commit 940325b

Please sign in to comment.