@itutoring/itutoring_application_js_api 1.13.0 → 1.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,7 +118,7 @@ class InquiryCheckout
118
118
  static async agreeOffer(billingInfo, infoForLector, lecturePackageId = null)
119
119
  {
120
120
  var res = await APIController.Post(this.#MODULE, this.#AGREE_OFFER, {
121
- 'billingInfo': billingInfo,
121
+ 'billingInfo': JSON.stringify(billingInfo),
122
122
  'infoForLector': infoForLector,
123
123
  'lecturePackageId': lecturePackageId
124
124
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",