23.6.0
vishnus-stripe
released this
20 Sep 23:51
·
1 commit
to master
since this release
stripeWallet.js
-removed the "stripeService.customers.retrieve" call
-added a new parameter which is an Array containing expand fields to "stripeService.paymentMethods.list"
-used the stripePaymentInstrumentsResponse to retrieve the customer data from the first payment instrument (only if the list has a length
stripeService.js
-added the new parameter "expandArray"
-checked if populated and if true added it to "requestObject.queryString.expand"