File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This SDK stable for node versions 7 and above
2020| 1.1.0 | Added import tn functionality, added promise based ` Async ` functions |
2121| 1.2.0 | Added CSR lookup functionality |
2222| 1.2.1 | Fixed Subscription List functionality. Example code at: [ examples/subscription_list_and_delete] ( examples/subscription_list_and_delete.js ) |
23+ | 1.2.2 | Readme Typo for ` RemoveImportedTnOrder ` |
2324
2425
2526## Install
@@ -856,7 +857,7 @@ const numbers = ["1111", "2222"];
856857const customerOrderId = " customerOrderId"
857858
858859try {
859- const importTnOrder = await RemoveImportedTnOrder .createAsync (numbers, customerOrderId );
860+ const importTnOrder = await RemoveImportedTnOrder .createAsync (customerOrderId, numbers );
860861 console .log (importTnOrder);
861862}
862863catch (e) {
Original file line number Diff line number Diff line change 11{
22 "name" : " @bandwidth/numbers" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "description" : " NodeJs Client library for Bandwidth Numbers API" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments