Skip to content

23.6.0

Compare
Choose a tag to compare
@vishnus-stripe vishnus-stripe released this 20 Sep 23:51
· 1 commit to master since this release
d2c7755

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"